From 40a57dbe977d3d7b2a2b22f2bc7ffcb20832e9e4 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 13 Feb 2013 08:44:28 +0000 Subject: added plug-in API for notification window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3217 ee746299-78ed-0310-b773-934348b2243d --- plugin/test/test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/test/test.c b/plugin/test/test.c index a7e63ebe..945a53fe 100644 --- a/plugin/test/test.c +++ b/plugin/test/test.c @@ -28,7 +28,7 @@ static SylPluginInfo info = { "Test Plugin", - "3.2.0", + "3.4.0", "Hiroyuki Yamamoto", "Test plug-in for Sylpheed plug-in system" }; @@ -146,6 +146,9 @@ static void init_done_cb(GObject *obj, gpointer data) syl_plugin_update_check_set_jump_url("http://localhost/index.html"); syl_plugin_update_check_set_check_plugin_url("http://localhost/plugin_version.txt"); syl_plugin_update_check_set_jump_plugin_url("http://localhost/plugin.html"); + + syl_plugin_notification_window_open("Sylpheed app init done", "Normal text\nBold\nStrikethrough", 5); + g_print("test: %p: app init done\n", obj); } -- cgit v1.2.3