aboutsummaryrefslogtreecommitdiff
path: root/PLUGIN.txt
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-02 01:45:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-02 01:45:30 +0000
commit00ab74d6f7de694d47b10f3a2555e50c9b5db5e4 (patch)
tree4e09434f88892fa31b693478b8baf49768d20c20 /PLUGIN.txt
parentba0ad9333b529e6a240890ee7f4b64410afecd9c (diff)
made 3.5.1 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3522 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'PLUGIN.txt')
-rw-r--r--PLUGIN.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/PLUGIN.txt b/PLUGIN.txt
index f8a81b2f..b0d9dafb 100644
--- a/PLUGIN.txt
+++ b/PLUGIN.txt
@@ -275,6 +275,25 @@ Emitted on opening plug-in manager dialog.
window: dialog window (GtkWindow)
-------------------------------------------------------------------------
+void (* main_window_toolbar_changed) (GObject *obj);
+
+Emitted on toolbar change of main window.
+Use syl_plugin_main_window_get_toolbar() to get main window toolbar object.
+-------------------------------------------------------------------------
+void (* compose_toolbar_changed) (GObject *obj, gpointer compose);
+
+Emitted on toolbar change of compose window.
+Use syl_plugin_compose_get_toolbar() to get compose toolbar object.
+
+compose: Compose object
+-------------------------------------------------------------------------
+void (* compose_attach_changed) (GObject *obj, gpointer compose);
+
+Emitted when attachments in compose window are changed.
+Use syl_plugin_get_attach_list() to get the list of current attachments.
+
+compose: Compose object
+-------------------------------------------------------------------------
* libsylph-0