aboutsummaryrefslogtreecommitdiff
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
parent8fb294d674b5568f698945307faca4cdbe73683f (diff)
updated PLUGIN.txt.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2798 ee746299-78ed-0310-b773-934348b2243d
-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.