/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2001 Ximian, Inc. (www.ximian.com) * * 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 Street #330, Boston, MA 02111-1307, USA. * */ #ifndef _CAMEL_VTRASH_FOLDER_H #define _CAMEL_VTRASH_FOLDER_H #include #include #define CAMEL_VTRASH_NAME "Trash" #define CAMEL_VTRASH_FOLDER(obj) CAMEL_CHECK_CAST (obj, camel_vtrash_folder_get_type (), CamelVTrashFolder) #define CAMEL_VTRASH_FOLDER_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_vtrash_folder_get_type (), CamelVTrashFolderClass) #define CAMEL_IS_VTRASH_FOLDER(obj) CAMEL_CHECK_TYPE (obj, camel_vtrash_folder_get_type ()) typedef struct _CamelVTrashFolder CamelVTrashFolder; typedef struct _CamelVTrashFolderClass CamelVTrashFolderClass; struct _CamelVTrashFolder { CamelVeeFolder parent; }; struct _CamelVTrashFolderClass { CamelVeeFolderClass parent_class; }; CamelType camel_vtrash_folder_get_type (void); CamelFolder *camel_vtrash_folder_new (CamelStore *parent_store, const char *name); #endif /* ! _CAMEL_VTRASH_FOLDER_H */ tic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistbapt2014-10-271-5/+0
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-151-1/+1
* - Convert my ports to USES=pythonmva2014-08-101-3/+2
* - Enable stagedir supportmva2014-01-212-169/+10
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* -remove MD5ohauer2011-07-031-1/+0
* - Update to 0.9.9mva2010-05-143-4/+9
* - Update to 0.9.8.6mva2010-03-203-16/+4
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-092-0/+12
* Updated my mail address to use @FreeBSD.org now.mva2009-02-201-1/+1
* - Update to 0.9.8.5miwi2008-09-262-4/+4
* - Update to 0.9.8.4.lippe2008-06-192-4/+4
* - Update to 0.9.8.2miwi2008-05-252-4/+4
* - Update to 0.9.7.2miwi2008-05-162-4/+4
* - Update to 0.9.7rafan2008-05-132-4/+4
* - Update to 0.9.6.4miwi2008-02-043-38/+37
* The current version of Pyrex, 0.9.6, contains bugs mentioned in thethierry2007-10-213-4/+7
* Make fetchable again.thierry2007-10-181-1/+2
* Update to 0.9.6 and release the maintainershipperky2007-10-083-12/+31
* Bump PORTREVISION to rebuild package with newer version of Python.perky2007-07-311-0/+1
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
* Update to 0.9.5.1aperky2007-02-113-17/+15
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* Remove stale patch which should be removed in the recent update.perky2006-04-241-11/+0
* Update to 0.9.4.1perky2006-04-222-15/+4
* SHA256ifyedwin2006-01-221-0/+1
* Update MASTER_SITE URL.perky2005-02-201-1/+1
* - Fix PLISTperky2004-12-053-0/+15
* Update to 0.9.3perky2004-07-123-42/+42
* Update to 0.9.1.1 and fix buildperky2004-05-033-4/+8
* Update to 0.9.1perky2004-05-013-20/+42