/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Jon Trowbridge * Jeffrey Stedfast * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef EM_FILTER_SOURCE_ELEMENT_H #define EM_FILTER_SOURCE_ELEMENT_H #include #include /* Standard GObject macros */ #define EM_TYPE_FILTER_SOURCE_ELEMENT \ (em_filter_source_element_get_type ()) #define EM_FILTER_SOURCE_ELEMENT(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), EM_TYPE_FILTER_SOURCE_ELEMENT, EMFilterSourceElement)) #define EM_FILTER_SOURCE_ELEMENT_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), EM_TYPE_FILTER_SOURCE_ELEMENT, EMFilterSourceElementClass)) #define EM_IS_FILTER_SOURCE_ELEMENT(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), EM_TYPE_FILTER_SOURCE_ELEMENT)) #define EM_IS_FILTER_SOURCE_ELEMENT_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), EM_TYPE_FILTER_SOURCE_ELEMENT)) #define EM_FILTER_SOURCE_ELEMENT_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), EM_TYPE_FILTER_SOURCE_ELEMENT, EMFilterSourceElementClass)) G_BEGIN_DECLS typedef struct _EMFilterSourceElement EMFilterSourceElement; typedef struct _EMFilterSourceElementClass EMFilterSourceElementClass; typedef struct _EMFilterSourceElementPrivate EMFilterSourceElementPrivate; struct _EMFilterSourceElement { EFilterElement parent; EMFilterSourceElementPrivate *priv; }; struct _EMFilterSourceElementClass { EFilterElementClass parent_class; }; GType em_filter_source_element_get_type (void) G_GNUC_CONST; EFilterElement *em_filter_source_element_new (EMailSession *session); EMailSession * em_filter_source_element_get_session (EMFilterSourceElement *element); G_END_DECLS #endif /* EM_FILTER_SOURCE_ELEMENT_H */ el/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/arabic
Commit message (Expand)AuthorAgeFilesLines
* Stagifybapt2013-11-041-1/+0
* - Update to 4.0.6.jkim2013-10-262-3/+2
* Support stage.vanilla2013-09-255-6/+61
* Support stage.vanilla2013-09-254-30/+6
* Add NO_STAGE all over the place in accessibility in preparation for the stagi...bapt2013-09-209-0/+9
* Update to 4.0.5.jkim2013-08-231-2/+2
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-581/+0
* Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-101-0/+1
* KDE4 l10n fixes.rakuco2013-07-102-3/+1
* 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
* Update to 4.0.4.jkim2013-06-201-2/+2
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+2
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
* Update to 4.0.3.jkim2013-05-101-2/+2
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-4/+1
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-241-1/+1
* Update to 4.0.2.jkim2013-04-171-2/+2
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-273-12/+5
* Update to 4.0.1.jkim2013-03-091-2/+2
* Update to 3.6.5.jkim2013-02-051-2/+2
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-15/+10
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
* Second round of Makefile cleanups in Arabic ports.danfe2012-12-237-33/+14
* Clean up some maintained ports in arabic category:danfe2012-12-204-106/+71
* - Update to 3.5.7.jkim2012-10-272-7/+2
* - Update to 3.5.6.jkim2012-08-241-2/+2
* Fix typos in COMMENTcs2012-07-231-1/+1
* - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-2/+2
* - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-2/+2
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-153-3/+19
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
* Set maintainership back to ports@cs2012-06-031-1/+1
* - update png to 1.5.10dinoex2012-06-012-1/+2
* - Remove koffice-i18n ports, as they are not very useful withoutavilla2012-05-315-55/+0