/* * 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 */ ion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean/scim-hangul
Commit message (Expand)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
* Cleanup plistantoine2014-11-121-2/+0
* textproc/scim:tijl2014-08-311-1/+1
* - Switch to USES=libtoolamdmi32014-07-041-1/+2
* Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.jkim2014-01-071-13/+5
* korean/scim-hangul: add <unistd.h> for modern compilersmarino2013-10-031-0/+10
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Update e-mail address on behalf of cjh as he personally requested.jkim2013-06-181-1/+1
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
* - Update to 0.4.0.jkim2012-11-035-22/+30
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-24