aboutsummaryrefslogtreecommitdiff
path: root/PLUGIN.txt
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-04-02 01:56:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-04-02 01:56:42 +0000
commitdcb31df5598e9fe34743d621683ac23bd278481f (patch)
treedaaf26a4149fea8c1f06820761abdeb8a4d150a0 /PLUGIN.txt
parent72e136d6a193aee8909604f2eaaf1f9626295f16 (diff)
bumped version to 3.0.2. Updated PLUGIN.txt.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2527 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'PLUGIN.txt')
-rw-r--r--PLUGIN.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/PLUGIN.txt b/PLUGIN.txt
index 4112558f..70646a72 100644
--- a/PLUGIN.txt
+++ b/PLUGIN.txt
@@ -157,6 +157,14 @@ void (* folderview_menu_popup) (GObject *obj, gpointer ifactory);
Emitted on popup of the context menu of FolderView.
-------------------------------------------------------------------------
+void (* compose_created) (GObject *obj, gpointer compose);
+
+Emitted on creating 'Compose' message composition window.
+-------------------------------------------------------------------------
+void (* compose_destroy) (GObject *obj, gpointer compose);
+
+Emitted just before 'Compose' message composition window is destroyed.
+-------------------------------------------------------------------------
* libsylph-0
@@ -210,6 +218,11 @@ void (* folderlist_updated) (GObject *obj)
Emitted when folder information is modified and folderlist.xml, which
contains folder list, is updated.
-------------------------------------------------------------------------
+void (* account_updated) (GObject *obj)
+
+Emitted on the update of account information.
+It will not be emitted if it is locked by account_update_lock(), though.
+-------------------------------------------------------------------------
Sample plug-in