/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-storage.h * * Copyright (C) 2000, 2001 Ximian, 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_LOCAL_STORAGE_H_ #define _E_LOCAL_STORAGE_H_ #include "e-folder-type-registry.h" #include "e-storage.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_LOCAL_STORAGE (e_local_storage_get_type ()) #define E_LOCAL_STORAGE(obj) (GTK_CHECK_CAST ((obj), E_TYPE_LOCAL_STORAGE, ELocalStorage)) #define E_LOCAL_STORAGE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_LOCAL_STORAGE, ELocalStorageClass)) #define E_IS_LOCAL_STORAGE(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_LOCAL_STORAGE)) #define E_IS_LOCAL_STORAGE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_LOCAL_STORAGE)) typedef struct _ELocalStorage ELocalStorage; typedef struct _ELocalStoragePrivate ELocalStoragePrivate; typedef struct _ELocalStorageClass ELocalStorageClass; struct _ELocalStorage { EStorage parent; ELocalStoragePrivate *priv; }; struct _ELocalStorageClass { EStorageClass parent_class; }; #define E_LOCAL_STORAGE_NAME "local" GtkType e_local_storage_get_type (void); EStorage *e_local_storage_open (EFolderTypeRegistry *folder_type_registry, const char *base_path); const char *e_local_storage_get_base_path (ELocalStorage *storage); const GNOME_Evolution_LocalStorage e_local_storage_get_corba_interface (ELocalStorage *storage); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_LOCAL_STORAGE_H__ */ les/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-DynamicSubclass
lantw44/cgit/cgit.cgi/freebsd-ports-gnome/log/www/p5-Apache-AuthCookie?h=gstreamer0.10-removal&id=77a5a9e293efba5f01393edca393359e5bda8a6e'>p5-Apache-AuthCookie
Commit message (Expand)AuthorAgeFilesLines
Commit message (Expand)AuthorAgeFilesLines
* - Update to 3.20sunpoet2013-12-132-3/+6
* Support STAGEDIR.vanilla2013-11-072-13/+11
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Fix port buildaz2013-08-051-2/+2
* - Convert to new perl frameworkmat2013-08-031-1/+2
* For perl@ owned ports:eadler2013-03-291-1/+1
* Update to 3.19.tobez2013-01-303-17/+26
* - remove www/apache20 and devel/apr0ohauer2012-08-181-1/+1
* - Fix typoaz2012-07-171-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-07-011-1/+1
* - Revert my changes with SITE_PERL for ports which require mod_perl2.az2012-06-061-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-1/+1
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-10/+4
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-0/+1
* - Update to 3.18sunpoet2011-06-153-8/+9
* mod_perl2 was updated, this changes are needet to preventohauer2011-05-231-0/+1
* - add additional check for APACHE_VERSION, elseohauer2011-02-221-4/+5
* - Update to 3.15pgollucci2010-12-183-5/+5
* - Update to 3.14pgollucci2010-06-102-9/+8
* - Fix pkg-plistpgollucci2009-04-122-1/+3
* Update to 3.12mat2008-04-173-8/+8
* Update to 3.11mat2008-03-282-6/+5
* * update to 3.10skv2006-06-052-8/+10
* - Update from v3.08 to v3.09aaron2006-05-312-7/+6
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - Add SHA256pav2005-11-261-0/+1
* - Define APACHE_COMPATclement2005-09-191-0/+1
* Update the pkg-plist to catch the Apache2 files as well.philip2005-05-271-0/+2
* Update to 3.08philip2005-05-232-6/+5
* - Mark ports BROKEN when/if they depend on mod_perl2.sem2005-05-181-0/+1
* Update to 3.06erwin2005-04-042-3/+3
* Add/Delete missed files.sem2004-09-022-0/+10
* Update to 3.05sem2004-09-02