/* * Copyright (C) 2000 Helix Code Inc. * * Authors: Michael Zucchi * * 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_ADDRESS_H #define _CAMEL_ADDRESS_H #include #define CAMEL_ADDRESS(obj) CAMEL_CHECK_CAST (obj, camel_address_get_type (), CamelAddress) #define CAMEL_ADDRESS_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_address_get_type (), CamelAddressClass) #define CAMEL_IS_ADDRESS(obj) CAMEL_CHECK_TYPE (obj, camel_address_get_type ()) typedef struct _CamelAddressClass CamelAddressClass; struct _CamelAddress { CamelObject parent; GPtrArray *addresses; struct _CamelAddressPrivate *priv; }; struct _CamelAddressClass { CamelObjectClass parent_class; int (*decode) (CamelAddress *, const char *raw); char *(*encode) (CamelAddress *); int (*unformat) (CamelAddress *, const char *raw); char *(*format) (CamelAddress *); int (*cat) (CamelAddress *, const CamelAddress *); void (*remove) (CamelAddress *, int index); }; guint camel_address_get_type (void); CamelAddress *camel_address_new (void); CamelAddress *camel_address_new_clone (const CamelAddress *); int camel_address_length (CamelAddress *); int camel_address_decode (CamelAddress *, const char *); char *camel_address_encode (CamelAddress *); int camel_address_unformat (CamelAddress *, const char *); char *camel_address_format (CamelAddress *); int camel_address_cat (CamelAddress *, const CamelAddress *); int camel_address_copy (CamelAddress *, const CamelAddress *); void camel_address_remove (CamelAddress *, int index); #endif /* ! _CAMEL_ADDRESS_H */ electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
* Rename DOCS to DOXYGEN.mat2016-12-211-5/+5
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-1/+1
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-1/+2
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
* Remove deprecated KDE4=kdehiermartymac2014-11-041-1/+1
* Remove @dirrm/@dirrmty from my portsmartymac2014-10-131-38/+0
* Unbreakantoine2014-06-021-4/+7
* Replace lang/lua with the new lang/lua51bapt2014-05-261-3/+1
* Switch to USES=tar for my portsmartymac2014-04-031-2/+1
* Fix double occurences of USES=tijl2014-03-151-4/+2
* - Enable stagingmartymac2013-12-032-80/+61
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Convert to new perl frameworkbapt2013-09-171-1/+1
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* - Update WWWmartymac2013-03-282-7/+3
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* - Re-order LICENSE and LICENSE_COMB to make Portlint happymartymac2012-06-111-7/+9
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-3/+2
* - update png to 1.5.10dinoex2012-06-011-1/+1
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefilesmakc2011-04-101-1/+0
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Add missing LICENSEmartymac2010-11-171-1/+4
* Update MAINTAINER address for my portsmartymac2010-09-271-1/+1
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-071-3/+3
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Catch up multimedia/phonon removal.fluffy2009-09-111-2/+2
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Fix build with custom PREFIX.itetcu2009-06-082-0/+20
* Remove qt4 build tools from run dependencies.makc2009-05-241-1/+2
* - Fix build for !doc scenariopav2009-04-301-1/+1
* - Update to 1.0 alpha1pav2009-04-3011-220/+284
* No longer pass F77="${F77}" FFLAGS="${FFLAGS}" to CONFIGURE_ENV; this isgerald2009-02-221-2/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* Yzis a vi-like editor inspired by Vim.miwi2008-05-29