From 00ab74d6f7de694d47b10f3a2555e50c9b5db5e4 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 2 Feb 2017 01:45:30 +0000 Subject: made 3.5.1 release. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3522 ee746299-78ed-0310-b773-934348b2243d --- PLUGIN.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'PLUGIN.txt') 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 -- cgit v1.2.3