/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2004 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 __E_SIGNATURE_H__ #define __E_SIGNATURE_H__ #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_SIGNATURE (e_signature_get_type ()) #define E_SIGNATURE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_SIGNATURE, ESignature)) #define E_SIGNATURE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_SIGNATURE, ESignatureClass)) #define E_IS_SIGNATURE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_SIGNATURE)) #define E_IS_SIGNATURE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_SIGNATURE)) typedef struct _ESignature ESignature; typedef struct _ESignatureClass ESignatureClass; struct _ESignature { GObject parent_object; gboolean autogen; gboolean script; gboolean html; char *filename; char *name; char *uid; }; struct _ESignatureClass { GObjectClass parent_class; }; GType e_signature_get_type (void); ESignature *e_signature_new (void); ESignature *e_signature_new_from_xml (const char *xml); char *e_signature_uid_from_xml (const char *xml); gboolean e_signature_set_from_xml (ESignature *sig, const char *xml); char *e_signature_to_xml (ESignature *sig); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_SIGNATURE_H__ */ 9 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add CPE infoamdmi32015-06-041-1/+2
* Update KDE SC to 4.14.3alonso2015-03-122-2/+73
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-193-6/+4
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-111-2/+2
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-4/+3
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-183-46/+14
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-2/+2
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-191-2/+2
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-272-5/+5
* . Remove the versioning from the libarchive dependency due to it's versionglewis2013-03-241-1/+1
* Mk/bsd.kde4.mk:makc2013-03-221-1/+2
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-12/+18
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-151-2/+2
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-254-331/+22
* - Chase libarchive shlib bumppav2012-03-031-2/+2
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-3/+3
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-176-175/+34
* - Backport patches to fix KCalc issues.avilla2011-07-183-0/+135
* Update KDE Software Compilation ports to 4.6.5makc2011-07-081-2/+2
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-143-60/+2
* Update KDE Software Compilation ports to 4.6.3makc2011-05-174-7/+63
* The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-072-3/+2
* - Depend on newer libarchive (and fix plist) on 7.x and 8.0.avilla2011-03-291-1/+2
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-253-435/+26
* Chase after net/openldap24-server update.delphij2011-02-251-1/+1
* - WITH_RAR: unrar is required even when rar is installed.avilla2011-01-151-2/+2
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-082-3/+2
* - Chase security/libksba shlib version bumpglarkin2010-12-161-0/+1
* KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-3/+2
* Increment PORTREVISION after liblzma major version change in archivers/xz.naddy2010-11-101-1/+2
* - Remove nonexistent directories from plist.avilla2010-11-081-3/+0
* KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-041-3/+2
* KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-062-56/+57
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-033-62/+494
* Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-4/+3
* The xz utils and lzma library have been imported into base, so makenaddy2010-05-221-1/+1
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-33/+44
* Switch to use newer GMP version.ale2010-04-191-2/+2
* - update to 1.4.1dinoex2010-03-281-1/+1
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+4
* - update to jpeg-8dinoex2010-02-051-1/+1
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-273-6/+5
* lzmautils-devel -> xznaddy2009-09-211-1/+2
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-023-5/+4
* Mk/bsd.kde4.mk:makc2009-08-102-18/+8
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-055-49/+87
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-4/+3
* Add optional dependency on print/kdeutils4-printer-appletmakc2009-05-161-1/+9
* Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2
* Update KDE ports to 4.2.3makc2009-05-103-9/+14
* - Mark all kde4 ports MAKE_JOBS_UNSAFEmiwi2009-04-171-1/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-023-7/+9
* bump PORTREVISION after cmake updatemakc2009-03-251-0/+1
* Update KDE to 4.2.1.makc2009-03-092-3/+23
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-094-68/+32
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-143-5/+9
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-0/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-032-3/+16
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-106-641/+217
* Fix kdeutils for amd64-current (and perhaps other 64-bitdeischen2008-06-041-0/+92
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
* Update to KDE 3.5.8lofi2007-10-302-3/+49
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-042-4/+3
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-143-7/+5
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-281-1/+1
* Chase comms/lirc update.bland2007-01-191-1/+1