From 424721e2d08072af5b128910275e18db5f0b22a9 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 17 Jan 2011 04:22:28 +0000 Subject: updated PLUGIN.txt. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2798 ee746299-78ed-0310-b773-934348b2243d --- PLUGIN.ja.txt | 5 +++++ PLUGIN.txt | 5 +++++ 2 files changed, 10 insertions(+) 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. -- cgit v1.2.3