aboutsummaryrefslogtreecommitdiff
path: root/PLUGIN.txt
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-17 04:22:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-17 04:22:28 +0000
commit424721e2d08072af5b128910275e18db5f0b22a9 (patch)
tree85033687245fa06d46b19dba0dbaea12c98e9fab /PLUGIN.txt
parent8fb294d674b5568f698945307faca4cdbe73683f (diff)
updated PLUGIN.txt.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2798 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'PLUGIN.txt')
-rw-r--r--PLUGIN.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/PLUGIN.txt b/PLUGIN.txt
index c5223956..b4123b42 100644
--- a/PLUGIN.txt
+++ b/PLUGIN.txt
@@ -194,6 +194,11 @@ void (* app_exit) (GObject *obj)
Emitted when application exits.
-------------------------------------------------------------------------
+void (* app_force_exit) (GObject *obj)
+
+Emitted when application is forced to exit (no confirmation).
+(ex: sylpheed --exit)
+-------------------------------------------------------------------------
void (* add_msg) (GObject *obj, FolderItem *item, const gchar *file, guint num)
Emitted when a message (number num) is added into folder item.