/* -*- 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_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 */ c-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/gap
Commit message (Expand)AuthorAgeFilesLines
* - Update GAP to 4.7.2johans2014-02-082-19/+21
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add forgotten distinfojohans2013-08-151-2/+2
* Update to GAP 4.6.5johans2013-08-141-2/+2
* math/gap: Mark jobs unsafemarino2013-08-141-1/+3
* Update gap to 4.6.3johans2013-03-222-4/+4
* Update GAP to 4.6.2johans2013-02-102-6/+6
* Update gap to 4.5.7johans2012-12-192-4/+4
* - Update to latest gap packages release (9 December)johans2012-12-122-8/+4
* Update GAP to 4r5p6johans2012-09-212-4/+4
* Update gap to 4.5.4johans2012-07-242-4/+4
* - Update gap to 4.5.4johans2012-06-176-222/+20
* Update to latest gap packages releasejohans2012-01-092-3/+3
* Update to latest gap packages releasejohans2011-02-132-6/+3
* Update to latest gap packages releasejohans2010-10-292-4/+4
* - Update to latest gap packages release (2 April)johans2010-04-042-6/+6
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
* Update to latest gap packages release (20091207)johans2009-12-292-4/+4
* Update packages to latest version (18 Sept)johans2009-10-09