From 746b9ad1a5dec77269d6e66ecccef0d144f78ebe Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 17 Jun 2016 08:56:07 +0000 Subject: added new plug-in function and added plugin-types.h. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3515 ee746299-78ed-0310-b773-934348b2243d --- src/plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index 6c6857f3..b7cb230b 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -28,6 +28,7 @@ #include "procmsg.h" #include "folder.h" #include "filter.h" +#include "plugin-types.h" /* SylPlugin object */ @@ -287,6 +288,8 @@ void syl_plugin_compose_attach_append (gpointer compose, const gchar *filename, const gchar *content_type); void syl_plugin_compose_attach_remove_all (gpointer compose); +/* returns list of SylPluginAttachInfo (GSList must be freed by caller) */ +GSList *syl_plugin_get_attach_list (gpointer compose); /* Others */ FolderItem *syl_plugin_folder_sel (Folder *cur_folder, -- cgit v1.2.3