/* * Copyright (C) 2000 Ximian 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 CAMEL_IS_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 */ _yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-tada/distinfo
bsd-ports-graphics/commit/textproc?id=dbeb8d95df45ebc92cc1b8e6252793c08ac5070a'>Remove libiconv.so.3 compatibility link that was added in r374303 to
Commit message (Expand)AuthorAgeFilesLines
tijl2016-12-097-6/+7
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-0914-12/+13
* Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-094-4/+4
* Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added intijl2016-12-083-9/+2
* New port: textproc/qrcodegenlme2016-12-086-0/+83
* - Add LICENSEamdmi32016-12-081-1/+4
* - Update to 1.16sunpoet2016-12-083-6/+6
* Deprecate ruby@ ports that depend on deprecated rails 3.xswills2016-12-071-0/+3
* textproc/rubygem-rich: switch to rails 4.x depsswills2016-12-071-3/+4
* PHP 7.0 does not have a mysql extension, ignore those with it.mat2016-12-072-0/+2