aboutsummaryrefslogtreecommitdiff
path: root/PLUGIN.txt
diff options
context:
space:
mode:
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.