From 0951fc45bce0c64e1124edb1bbd02e762b11463f Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 17 Jun 2009 01:42:14 +0000 Subject: added plugin API. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2168 ee746299-78ed-0310-b773-934348b2243d --- src/plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index 6a120731..177a8463 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -93,7 +93,8 @@ GSList *syl_plugin_get_module_list (void); SylPluginInfo *syl_plugin_get_info (GModule *module); gboolean syl_plugin_check_version (GModule *module); -gint syl_plugin_add_symbol (const gchar *name, gpointer sym); +gint syl_plugin_add_symbol (const gchar *name, gpointer sym); +gpointer syl_plugin_lookup_symbol (const gchar *name); /* Interfaces which should be implemented by plug-ins void plugin_load(void); @@ -108,6 +109,7 @@ const gchar *syl_plugin_get_prog_version (void); gpointer syl_plugin_main_window_get (void); void syl_plugin_main_window_popup (gpointer mainwin); +GtkWidget *syl_plugin_main_window_get_statusbar (void); void syl_plugin_app_will_exit (gboolean force); -- cgit v1.2.3