/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-folder.h * * Copyright (C) 2000 Helix Code, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * 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. * * Author: Ettore Perazzoli */ #ifndef _E_FOLDER_H_ #define _E_FOLDER_H_ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_FOLDER (e_folder_get_type ()) #define E_FOLDER(obj) (GTK_CHECK_CAST ((obj), E_TYPE_FOLDER, EFolder)) #define E_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_FOLDER, EFolderClass)) #define E_IS_FOLDER(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_FOLDER)) #define E_IS_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_FOLDER)) typedef struct _EFolder EFolder; typedef struct _EFolderPrivate EFolderPrivate; typedef struct _EFolderClass EFolderClass; struct _EFolder { GtkObject parent; EFolderPrivate *priv; }; struct _EFolderClass { GtkObjectClass parent_class; /* Virtual methods. */ gboolean (* save_info) (EFolder *folder); gboolean (* load_info) (EFolder *folder); gboolean (* remove) (EFolder *folder); const char * (* get_physical_uri) (EFolder *folder); /* Signals. */ void (* changed) (EFolder *folder); }; GtkType e_folder_get_type (void); void e_folder_construct (EFolder *folder, const char *name, const char *type, const char *description); EFolder *e_folder_new (const char *name, const char *type, const char *description); const char *e_folder_get_physical_uri (EFolder *folder); const char *e_folder_get_name (EFolder *folder); const char *e_folder_get_type_string (EFolder *folder); const char *e_folder_get_description (EFolder *folder); void e_folder_set_name (EFolder *folder, const char *name); void e_folder_set_type_string (EFolder *folder, const char *type); void e_folder_set_description (EFolder *folder, const char *description); void e_folder_set_physical_uri (EFolder *folder, const char *physical_uri); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_FOLDER_H_ */ on4/files/serve-10.1.2'>dependabot/npm_and_yarn/devel/electron4/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some _DEPENDSantoine2015-01-251-2/+2
* sysutils/gnome-schedule,deskutils/conduit: USE_GNOME+=gnomedocutilsmarino2014-11-221-1/+1
* Cleanup plistbapt2014-10-201-54/+0
* - Convert ports from databases/ and deskutils/ to new USES=pythonmva2014-10-191-2/+1
* Disable nautilus support, it is incompatible with nautilus 3.x.kwm2014-03-121-13/+5
* Python cleanup:rene2014-01-141-1/+1
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-1/+1
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add an explicit dependency on pkgconfbapt2013-09-041-2/+1
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-6/+10
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-041-7/+3
* - update png to 1.5.10dinoex2012-06-011-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Switch to using py-sqlite3.kwm2011-09-131-5/+5
* Remove firefox3 run depends firefox 3.5 has expiredbapt2011-08-011-1/+0
* - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+miwi2011-02-251-5/+0
* - Move over to py25+ or abovemiwi2011-02-252-3/+2
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* Update to 0.3.17.marcus2010-01-243-141/+29
* Depend on firefox35 instead of the obsolete firefox.marcus2009-11-301-2/+2
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* Update to 0.3.16.marcus2009-07-054-57/+69
* We no longer require py-elementtree with Python 2.5.marcus2009-05-151-2/+6
* Update to 0.3.15.marcus2008-10-283-20/+9
* Change the way we depend on py-vobject.bland2008-09-251-2/+2
* Update to 0.3.14.marcus2008-09-083-4/+46
* Update to 0.3.13.1.marcus2008-08-062-4/+4
* Update to 0.3.13.marcus2008-08-053-4/+48
* Update to 0.3.12.marcus2008-07-203-5/+33
* Update to 0.3.11.2.marcus2008-07-073-26/+88