/* * em-junk.h * * 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: * Vivek Jain * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef EM_JUNK_H #define EM_JUNK_H #include #include #include #define EM_JUNK_ERROR (em_junk_error_quark ()) G_BEGIN_DECLS typedef struct _EMJunkTarget EMJunkTarget; typedef struct _EMJunkInterface EMJunkInterface; typedef void (*EMJunkHookFunc) (EPlugin *plugin, EMJunkTarget *data); struct _EMJunkTarget { CamelMimeMessage *m; GError *error; }; struct _EMJunkInterface { CamelJunkPlugin camel; /* The hook forwards calls from Camel to the EPlugin. */ EPluginHook *hook; /* These are symbol names in the EPlugin. */ gchar *check_junk; gchar *report_junk; gchar *report_notjunk; gchar *commit_reports; gchar *validate_binary; gchar *plugin_name; }; GQuark em_junk_error_quark (void); G_END_DECLS #endif /* EM_JUNK_H */ _and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
* - Stage supportmiwi2014-01-261-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Update to 1.0.9miwi2009-05-311-1/+1
* - Update to 1.0.8miwi2009-05-031-1/+1
* - Remove DEPRECATEDmiwi2009-01-031-4/+1
* - Set DEPRECATED with my xpi-* ports at first.chinsan2009-01-031-0/+3
* - Update to 1.0.3chinsan2009-01-031-1/+1
* - Take all xpi-* maintainershipchinsan2008-09-071-1/+1
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
* - Update to 1.0miwi2008-09-061-1/+1
* - Update to 0.9sat2007-12-161-1/+1
* - Update to 0.8.8sat2007-04-251-1/+2
* - Update to 0.8.7sat2007-01-081-1/+1
* - Update to 0.8.6sat2006-09-181-2/+3