/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-folder.h * * Copyright (C) 2000, 2001 Ximian, Inc. * * 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. * * Author: Ettore Perazzoli */ #ifndef _E_LOCAL_FOLDER_H_ #define _E_LOCAL_FOLDER_H_ #include #include "e-folder.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_LOCAL_FOLDER (e_local_folder_get_type ()) #define E_LOCAL_FOLDER(obj) (GTK_CHECK_CAST ((obj), E_TYPE_LOCAL_FOLDER, ELocalFolder)) #define E_LOCAL_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_LOCAL_FOLDER, ELocalFolderClass)) #define E_IS_LOCAL_FOLDER(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_LOCAL_FOLDER)) #define E_IS_LOCAL_FOLDER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_LOCAL_FOLDER)) #define E_LOCAL_FOLDER_METADATA_FILE_NAME "folder-metadata.xml" #define E_LOCAL_FOLDER_METADATA_FILE_NAME_LEN 19 typedef struct _ELocalFolder ELocalFolder; typedef struct _ELocalFolderClass ELocalFolderClass; typedef struct _ELocalFolderPrivate ELocalFolderPrivate; struct _ELocalFolder { EFolder parent; ELocalFolderPrivate *priv; }; struct _ELocalFolderClass { EFolderClass parent_class; }; GtkType e_local_folder_get_type (void); void e_local_folder_construct (ELocalFolder *local_folder, const char *name, const char *type, const char *description); EFolder *e_local_folder_new (const char *name, const char *type, const char *description); EFolder *e_local_folder_new_from_path (const char *physical_path); gboolean e_local_folder_save (ELocalFolder *local_folder); void e_local_folder_add_i18n_info (ELocalFolder *local_folder, const char *language_id, const char *name, const char *description); gboolean e_local_folder_get_i18n_info (ELocalFolder *local_folder, const char *language_id, const char **language_id_return, const char **name_return, const char **description_return); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_LOCAL_FOLDER_H__ */ ption> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mapi
Commit message (Expand)AuthorAgeFilesLines
* Use USES=pathfix where applicable.mat2016-10-211-3/+1
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-152-4/+4
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-063-9/+10
* Update evolution suite to 3.12.10.kwm2015-01-162-3/+3
* Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-312-3/+3
* Update GNOME to 3.14.2.kwm2014-12-032-4/+4
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-196-103/+52
* Modernize LIB_DEPENDSbapt2014-07-141-1/+1
* - Convert gmake to USESmiwi2014-05-291-2/+1
* Mark IGNORE. This version doesn't build with libmapi 2.1.kwm2014-05-051-3/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* Update to 0.32.2.mezz2012-05-212-4/+3
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-204-12/+21
* Update to 0.30.3.marcus2010-08-153-4/+5
* Presenting GNOME 2.30.2. for FreeBSD.kwm2010-07-262-6/+5
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-114-29/+57
* - update to 1.4.1dinoex2010-03-281-1/+1
* Bump portrevision, after libmapi update, just to be sure.kwm2010-02-061-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* Update to 0.28.2.marcus2009-12-172-4/+4
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-29