/* -*- 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_ */ electron4/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 AutoAddDevices option when config/devd backend is usedak2014-12-242-2/+11
* Final removal of WITH_NEW_XORGdumbbell2014-12-231-5/+1
* x11-servers/xorg-server: Update to 1.14dumbbell2014-12-2036-1353/+709
* Fix multiple xserver security advisories in the 1.12.4 xserver.kwm2014-12-1130-1/+4002
* x11-servers/Xfstt: 1.6 -> 1.9.1pi2014-11-259-57/+37
* - Fix various distinfo errorsak2014-10-161-1/+0
* Add some bits to the armv6 build to get a successful build/run on the RPi.sbruno2014-09-163-0/+55
* Fix the PORTREVISION bump for the lang/gcc update that went badly forgerald2014-09-121-3/+3
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Update to 1.14.7bapt2014-09-092-18/+42
* Readd PORTEPOCH removed by accidentbapt2014-09-091-0/+1
* Prefer explicit activation of xvfbbapt2014-09-081-1/+2
* Update to 1.14.7bapt2014-09-082-18/+44
* Cleanup plistbapt2014-09-031-3/+2
* Properly reset ownershipbapt2014-09-031-3/+2
* Because this is a slave port, it cannot load bsd.port.pre.mk before definingadamw2014-08-171-5/+5
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-081-1/+1
* Bump XORG_REVISION to reflect changed behavior on PowerPC.nwhitehorn2014-07-301-1/+1
* mmap() /dev/mem instead of /dev/console on PowerPC. Mostly this was alreadynwhitehorn2014-07-301-17/+52
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-304-0/+0
* Remove NOPORTDOCS.adamw2014-07-051-2/+2
* Use MAKE_CMDbapt2014-06-251-94/+94
* Convert GMAKE to MAKE_CMDbapt2014-06-251-2/+2
* x11-drivers/xf86-video-ati:kwm2014-05-302-6/+27
* Revert accident commit in -r351411. This should stop the option dialogkwm2014-05-161-2/+0
* Restore PORTREVISION mistakenly removed in last commitpawel2014-05-011-0/+1
* Fix BadImplemented errors that happen with gdk 3.12.x and GNOME 3. [1]kwm2014-04-242-8/+43
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-4/+3
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-174-11/+10
* Support stagebapt2014-03-022-11/+8
* X11rdp is an X server for xrdp.swills2014-02-128-0/+720
* - Stage supportmiwi2014-02-031-3/+3
* Fix packaging on FreeBSD 11 when WITH_NEW_XORG is defined by bsd.port.mkbapt2014-01-261-5/+5
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* Remove extra bsd.port.options.mk, it already defined in the master port.kwm2013-12-311-2/+0
* Remove extra bsd.port.options.mk, it already defined in the master port.kwm2013-12-312-5/+1
* Fix PLIST_SUB (add a space after @comment) for non-default option.bsam2013-12-301-1/+1
* - Support CC/CFLAGS properlypawel2013-12-212-15/+18
* Fix whitespace, no functional changes.zeising2013-12-161-1/+0
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-168-47/+64
* Fix typo.kwm2013-10-251-1/+1
* Document xorg-server use after free CVE.kwm2013-10-243-4/+89
* Fix patches. Remove two unneeded ones, and add new patches to fix sparc64.zeising2013-09-304-15/+19
* Fix perl dependency.zeising2013-09-301-2/+2
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-306-16/+528
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-219-10/+11
* Plug two more use before initialized with the new x server.zeising2013-08-141-0/+23
* - Convert to new perl frameworkaz2013-08-041-1/+2
* Convert to USES=imakebapt2013-06-291-9/+3
* Enable AIGLX by default on xorg-server 1.12. (WITH_NEW_XORG)zeising2013-06-282-2/+3
* Readd the dix_events.c patch that was removed with the xorg update.zeising2013-06-272-2/+92
* Add a patch to fix upstream bug 18451 for 1.7.7.jkim2013-06-182-3/+233
* Don't install the README.compiled file, it got installed in a directorykwm2013-06-171-0/+11
* Fix patching on powerpc with new xorg.zeising2013-06-143-1/+19
* The FreeBSD x11 team proudly presentszeising2013-05-2519-271/+100
* Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-1/+2
* 2013-02-27 www/igal: No more upstream, no more public distfiles, consider usi...bapt2013-03-049-204/+0
* Fix the patch used to make xorg-server build with clang on i386.zeising2013-02-033-16/+1
* Fix build on i386 when building with clang.zeising2013-01-19