/* * Copyright (C) 2000 Ximian Inc. * * Authors: Not Zed * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef _VFOLDER_CONTEXT_H #define _VFOLDER_CONTEXT_H #include "rule-context.h" #define VFOLDER_CONTEXT(obj) GTK_CHECK_CAST (obj, vfolder_context_get_type (), VfolderContext) #define VFOLDER_CONTEXT_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, vfolder_context_get_type (), VfolderContextClass) #define IS_VFOLDER_CONTEXT(obj) GTK_CHECK_TYPE (obj, vfolder_context_get_type ()) typedef struct _VfolderContext VfolderContext; typedef struct _VfolderContextClass VfolderContextClass; struct _VfolderContext { RuleContext parent; struct _VfolderContextPrivate *priv; }; struct _VfolderContextClass { RuleContextClass parent_class; /* virtual methods */ /* signals */ }; guint vfolder_context_get_type (void); VfolderContext *vfolder_context_new (void); /* methods */ #endif /* ! _VFOLDER_CONTEXT_H */ evel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-MooX-File-ConfigDir/Makefile
>/+1
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2020-11-091-0/+2
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* mark some of the ports that don't build on powerpc64 for meswills2015-12-141-0/+2
* audio/festival: 2.1 -> 2.4pi2015-11-306-127/+27
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-9/+3
* Fix build on arm (v6). Do not create empty directories.mi2015-07-011-5/+3
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-2/+0
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* audio/festival: unbreak fetching Debian patchesjbeich2015-05-022-30/+28
* Mark as broken ports with issue in distfilesbapt2015-04-051-0/+2
* Cleanup plistbapt2014-10-201-11/+0
* pkg(8) package empty directories, no need to create them in @execbapt2014-09-031-3/+0
* Rename audio/ patch-xy patches to reflect the files they modify.adamw2014-07-284-0/+0
* Support LIBS like LDFLAGS.tijl2014-06-111-12/+10
* Convert all :U to :tu and :L to :tlbapt2014-05-051-2/+2
* Support stagebapt2014-04-072-18/+29