aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PLUGIN.ja.txt5
-rw-r--r--PLUGIN.txt5
2 files changed, 10 insertions, 0 deletions
diff --git a/PLUGIN.ja.txt b/PLUGIN.ja.txt
index c42ef384..46a329a2 100644
--- a/PLUGIN.ja.txt
+++ b/PLUGIN.ja.txt
@@ -196,6 +196,11 @@ void (* app_exit) (GObject *obj)
アプリケーションが終了する時に発行されます。
-------------------------------------------------------------------------
+void (* app_force_exit) (GObject *obj)
+
+アプリケーションが強制的(確認なし)に終了するときに発行されます。
+(例: sylpheed --exit)
+-------------------------------------------------------------------------
void (* add_msg) (GObject *obj, FolderItem *item, const gchar *file, guint num)
フォルダ item に番号 num のメッセージが追加された時に発行されます。
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.