/* -*- 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__ */ FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kde4-l10n-eu
Commit message (Expand)AuthorAgeFilesLines
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-152-3/+2
* - update png to 1.5.10dinoex2012-06-011-0/+1
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-253-10/+7
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-2/+3
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-142-2/+3
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-6/+40
* Update KDE Software Compilation ports to 4.6.5makc2011-07-082-2/+28
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2
* Update KDE Software Compilation ports to 4.6.3makc2011-05-171-2/+2
* The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-072-2/+19
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-252-12/+18
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-081-2/+2
* KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-2/+5
* KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-041-3/+2
* KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-062-3/+5
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-032-50/+29
* Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-19/+55
* - update to 1.4.1dinoex2010-03-281-0/+1
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3
* - update to jpeg-8dinoex2010-02-051-0/+1
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+10
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-022-4/+4
* clean upmakc2009-08-081-3/+0
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-14/+16
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-031-3/+3
* Update KDE ports to 4.2.3makc2009-05-101-3/+3
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-4/+10
* Update KDE to 4.2.1.makc2009-03-092-3/+19
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-094-369/+152
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-3/+3
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-182-9/+63
* Update to KDE 3.5.8lofi2007-10-302-4/+3
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-043-5/+3
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-141-3/+3
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-201-3/+3
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-131-3/+3
* Update to KDE 3.5.3lofi2006-06-062-10/+9
* Update to KDE 3.5.2lofi2006-03-312-63/+10
* Update to KDE 3.5.1.lofi2006-02-012-3/+27
* Update to KDE 3.5.0lofi2006-01-09