/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Authors: Michel Zucchi * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ #ifndef __EM_FORMAT_HOOK_H__ #define __EM_FORMAT_HOOK_H__ #include #include "libedataserver/e-msgport.h" #include "e-util/e-plugin.h" #include "mail/em-format.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ typedef struct _EMFormatHookItem EMFormatHookItem; typedef struct _EMFormatHookGroup EMFormatHookGroup; typedef struct _EMFormatHook EMFormatHook; typedef struct _EMFormatHookClass EMFormatHookClass; typedef struct _EMFormatHookTarget EMFormatHookTarget; typedef void (*EMFormatHookFunc)(struct _EPlugin *plugin, EMFormatHookTarget *data); struct _EMFormatHookTarget { struct _EMFormat *format; struct _CamelStream *stream; struct _CamelMimePart *part; struct _EMFormatHookItem *item; }; struct _EMFormatHookItem { EMFormatHandler handler; struct _EMFormatHook *hook; /* parent pointer */ char *format; /* format handler */ }; struct _EMFormatHookGroup { struct _EMFormatHook *hook; /* parent pointer */ char *id; /* target formatter id */ GSList *items; /* items to consider */ }; /** * struct _EMFormatHook - Mail formatter hook. * * @hook: * @groups: * * The Mail formatter hook links all of the plugin formatter hooks * into the relevent formatter classes. **/ struct _EMFormatHook { EPluginHook hook; GSList *groups; }; struct _EMFormatHookClass { EPluginHookClass hook_class; /* which class to add matching items to */ GHashTable *format_classes; }; GType em_format_hook_get_type(void); /* register a type as a possible formatter hook point */ void em_format_hook_register_type(GType type); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EM_FORMAT_HOOK_H__ */ ode-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove wrongly used QT-related plist-subs from plisttcberner2016-10-281-131/+131
* Add patch (sent upstream) to drop `using namespace std'rakuco2016-09-041-0/+17
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-3/+3
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-0/+1
* Update to version 1.1.4.0pawel2014-11-085-39/+18
* Cleanup plistbapt2014-10-271-11/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
* - Update to upstream version 1.1.3.0riggs2014-08-253-378/+398
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-0/+1
* lang/basic256: update to 1.1.2.6wg2014-06-245-9/+305
* Update to version 1.1.0.0pawel2014-02-225-24/+114
* - Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PROmakc2013-11-291-3/+2
* - Use QMAKE_PRO instead of do-configuredanilo2013-11-291-4/+1
* - Add the do-configure targetdanilo2013-11-291-0/+4
* Clean-up after conversion to USES=qmake:makc2013-11-241-5/+3
* - Update to 1.0.0.0madpilot2013-11-206-37/+31
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 0.9.9.64vg2013-08-253-3/+19
* - Update to 0.9.9.58miwi2013-04-263-28/+43
* Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1
* - Update to 0.9.9.46miwi2013-02-134-56/+59
* - Update to 0.9.9.38ak2013-01-253-1550/+1583
* - Update to 0.9.9.28madpilot2013-01-214-127/+1447
* - Update to 0.9.9.17bdrewery2012-11-284-7/+31
* Update to 0.9.9.13.rakuco2012-11-064-15/+9
* - update to 0.9.9.1rm2012-10-125-36/+45
* - Update to to 0.6.69madpilot2012-08-103-73/+78
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - Fix a typowen2011-10-111-1/+1