/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2000-2002 Ximian Inc. * * Authors: Not Zed * Jeffrey Stedfast * * 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 _EM_VFOLDER_EDITOR_H #define _EM_VFOLDER_EDITOR_H #include "filter/rule-editor.h" #include "em-vfolder-context.h" #define EM_VFOLDER_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), em_vfolder_editor_get_type(), EMVFolderEditor)) #define EM_VFOLDER_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), em_vfolder_editor_get_type(), EMVFolderEditorClass)) #define EM_IS_VFOLDER_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), em_vfolder_editor_get_type())) #define EM_IS_VFOLDER_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), em_vfolder_editor_get_type())) #define EM_VFOLDER_EDITOR_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), em_vfolder_editor_get_type(), EMVFolderEditorClass)) typedef struct _EMVFolderEditor EMVFolderEditor; typedef struct _EMVFolderEditorClass EMVFolderEditorClass; struct _EMVFolderEditor { RuleEditor parent_object; }; struct _EMVFolderEditorClass { RuleEditorClass parent_class; }; GtkType em_vfolder_editor_get_type (void); EMVFolderEditor *em_vfolder_editor_new (EMVFolderContext *vc); #endif /* ! _EM_VFOLDER_EDITOR_H */ .7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for version 2.7dougb2009-02-061-1/+1
* Update for version 2.7:dougb2009-02-061-11/+36
* New Featuredougb2009-02-061-44/+138
* Update my email address to @FreeBSD.org.beat2009-01-291-1/+1
* Change maintainer email address.makc2009-01-258-10/+114
* - don't patch non-existent files if WITHOUT_WEBUI is defineditetcu2009-01-214-2/+4
* Remove wrapper configuration file at deinstall.flz2009-01-202-0/+9
* Fix some typos in the CONFIGURE_ENV section.marcus2009-01-192-5/+6
* Update to 2.10.2.marcus2009-01-192-9/+61
* Catch up with master 1.608.linimon2009-01-181-2/+2
* Catch up with master 1.607.linimon2009-01-121-21/+0
* Catch up with master 1.606.linimon2009-01-121-27/+47
* - Remove portsnap port, it's now integrated into the base systempav2009-01-087-146/+0
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-074-29/+5
* Bring in new features and bugfixes from CVS:itetcu2008-12-286-0/+7742
* Update ports-mgmt/pkg_install to 20080708 snapshot.flz2008-12-262-4/+4
* - Update to 0.3miwi2008-12-233-7/+10
* - Update to 0.2miwi2008-12-142-4/+4
* xps (eXquisite Port Seeker) is a tool that searches the portsmiwi2008-12-074-0/+34
* Remove entry 2de14f7a-dad9-11d8-b59a-00061bc2ad93 (Multiplesimon2008-12-012-46/+0
* - Update to 2.0.5pav2008-11-202-220/+220
* - Take maintainershipsergei2008-11-201-1/+1
* Update to 3.1.2 with the following fixes and minor changes:itetcu2008-11-1710-104/+8
* Mark broken, to many annoying bugs in this release.itetcu2008-11-152-0/+4
* Don't install .orig file resulting from patching.itetcu2008-11-132-0/+2
* Actually add the patch to fix database migration from 3.0.0[_n] forgotten initetcu2008-11-132-0/+28
* Fix database migration from 3.0.0[_n] and bump PORTREVISION.itetcu2008-11-132-0/+2
* Update to 3.1.1 - Bug fix and feature release.itetcu2008-11-1220-222/+106
* Update to 0.0.2.1wxs2008-11-084-10/+8
* Update to 20081104. It incorporates the local patch put in place a whilewxs2008-11-083-64/+5
* - Add @exec lines so the register script is called when the package is used.wxs2008-11-064-0/+4
* Porte provides a simple, fast and efficient interface to searchingkoitsu2008-11-059-0/+119
* Correct a typo.marcus2008-10-232-2/+3
* Update to 2.10.1marcus2008-10-222-5/+10
* - Update to 1.1amdmi32008-10-132-4/+4
* Add the pkg_add_it-1.0 utility for easy interactive package selection.roam2008-10-064-0/+49
* - Fix commandline arguments handling (again)amdmi32008-09-242-7/+7
* - Fix commandline arguments handling for some cases (actualy any case when tw...amdmi32008-09-232-1/+91
* - Update to 2.0.4miwi2008-09-082-8/+9
* - remove unexisting dirs from plsititetcu2008-09-084-6/+2
* - fix PGSQL support [1]itetcu2008-09-0712-2/+212
* - Add missing dependency on security/libgnomesu (gnomesu)chinsan2008-09-061-1/+2
* Catch up with master 1.604.linimon2008-09-061-15/+73
* This is tinderbox 3.0.0 release with patches (see bellow).itetcu2008-09-0318-746/+270
* Add a patch to workaround a bug noticed by Doug Barton.wxs2008-09-032-0/+58
* Update to 2.10.0.marcus2008-08-252-144/+164
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-212-2/+0
* - Fix a typo in gauge change checking could cause slow gauge update over slow...miwi2008-08-152-2/+2
* - Fix segfaults due to typo in malloc() invocationamdmi32008-08-122-1/+2
* - Fix build on CURRENT: don't include bsd.sys.mk at allpav2008-08-111-0/+13
* - Update to 2.0.3miwi2008-08-063-43/+131
* - Remove perl dependency. perl is not used for some time as it was before.sem2008-08-032-2/+0
* Update my email address to my @FreeBSD.org address.rnoland2008-07-311-1/+1
* Catch up with master 1.600. This also obsoletes a portmk-only patchlinimon2008-07-301-5/+7
* Update for version 2.6dougb2008-07-291-1/+1
* Update to reflect the ability to specify multiple glob patternsdougb2008-07-291-4/+5
* New Featuresdougb2008-07-291-24/+77
* Update description of pkg_treeedwin2008-07-281-7/+18
* - Update to 2.0.2_1beech2008-07-283-67/+110
* When doing 'update' and 'diff', use our cvs(1)'s -R feature, this would accel...delphij2008-07-272-2/+22
* Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-271-1/+1
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-1/+2
* - Patch to ports-mgmt/portupdate-scan to deal with problems which have surfacedbeech2008-07-252-6/+9
* Catch up with master 1.598.linimon2008-07-221-35/+15
* Catch up with master 1.75.linimon2008-07-211-8/+74
* Catch up with master 1.597.linimon2008-07-211-31/+63
* Update to 2.9.10.marcus2008-07-202-4/+52
* - Update to 2.0.2miwi2008-07-203-325/+381
* - Update maintainer mail adressmiwi2008-07-183-3/+6
* - Sync with ports-mgmt/portupgradesem2008-07-171-1/+2
* - Update to 2.4.6sem2008-07-174-28/+6
* New port: reads the FreeBSD installed packaged DB.wxs2008-07-155-0/+34
* - Update to tb243_template_paefchen_v1miwi2008-07-124-12/+12
* - Update paefchen template [1] (fix bug in firefox3)miwi2008-07-126-10/+34
* - Update to 2.4.6sem2008-07-114-4/+7
* New feature: undefine variables.ale2008-07-113-4/+6
* - Update to 2.0.1miwi2008-07-073-10/+15
* Update to 2.9.9.marcus2008-07-052-3/+9
* Don't try to patch inexistent files if WEB_EXP in not on.itetcu2008-07-026-0/+10
* Fix pkg-plist with NOPORTDOCS=yessem2008-07-022-10/+10
* - Update to 2.4.4sem2008-07-013-28/+4
* Catch up with master 1.595.linimon2008-07-011-0/+30
* Upgrade ports-mgmt/portsearch from 1.3.1 to 1.3.2vd2008-06-272-4/+4
* - Drop mention of 4.10pav2008-06-251-3/+1
* - Update to 2.0miwi2008-06-204-519/+68
* Update for version 2.5dougb2008-06-131-1/+1
* Bug Fixesdougb2008-06-131-6/+14
* Document the potentially useful variables for rc filesdougb2008-06-131-3/+49
* Add "rm -rf /usr/local/lib/compat/pkg" to the list of steps todougb2008-06-121-1/+2
* Update for version 2.4dougb2008-06-121-1/+1
* Minor New Featuredougb2008-06-121-7/+36
* - Update ports-mgmt/pkg_install to 20080530.flz2008-06-102-6/+14
* Honor NOPORTDOCS.linimon2008-06-082-1/+3
* Catch up with master 1.593.linimon2008-06-081-0/+8
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06