/* * Copyright (C) 2000 Helix Code Inc. * * Authors: * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library 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 Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _CAMEL_NEWS_ADDRESS_H #define _CAMEL_NEWS_ADDRESS_H #include #define CAMEL_NEWS_ADDRESS(obj) CAMEL_CHECK_CAST (obj, camel_news_address_get_type (), CamelNewsAddress) #define CAMEL_NEWS_ADDRESS_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_news_address_get_type (), CamelNewsAddressClass) #define IS_CAMEL_NEWS_ADDRESS(obj) CAMEL_CHECK_TYPE (obj, camel_news_address_get_type ()) typedef struct _CamelNewsAddressClass CamelNewsAddressClass; struct _CamelNewsAddress { CamelAddress parent; struct _CamelNewsAddressPrivate *priv; }; struct _CamelNewsAddressClass { CamelAddressClass parent_class; }; guint camel_news_address_get_type (void); CamelNewsAddress *camel_news_address_new (void); #endif /* ! _CAMEL_NEWS_ADDRESS_H */ -1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/nofgpg
Commit message (Expand)AuthorAgeFilesLines
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-1/+3
* - Update to 0.5.1pav2006-05-273-7/+8
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* - Add SHA256pav2005-11-261-0/+1
* Use PLIST_FILES.trevor2004-02-062-2/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* SIZEify.trevor2004-01-301-0/+1
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatsobomax2002-08-291-1/+1
* PERL -> REINPLACE_CMDpat2002-06-241-1/+2
* add nofgpg 0.4ijliao2002-03-15