diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2016-07-19 09:03:55 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2016-07-19 09:03:55 +0000 |
commit | ba0ad9333b529e6a240890ee7f4b64410afecd9c (patch) | |
tree | d70656b6d812d68994cf1696d4e5b798f40c595a /src/plugin.h | |
parent | 27375ea78942fd6d515c86a4965420494c99cd4c (diff) |
added compose-attach-changed signal.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3518 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/plugin.h')
-rw-r--r-- | src/plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugin.h b/src/plugin.h index 7d988309..9b28dc5e 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -109,8 +109,9 @@ struct _SylPluginClass void (* plugin_manager_open) (GObject *obj, GtkWidget *window); - void (* compose_toolbar_changed) (GObject *obj, gpointer compose); void (* main_window_toolbar_changed) (GObject *obj); + void (* compose_toolbar_changed) (GObject *obj, gpointer compose); + void (* compose_attach_changed) (GObject *obj, gpointer compose); }; struct _SylPluginInfo |