Revision 3217 plugin/test/test.c
| test.c (revision 3217) | ||
|---|---|---|
| 28 | 28 |
|
| 29 | 29 |
static SylPluginInfo info = {
|
| 30 | 30 |
"Test Plugin", |
| 31 |
"3.2.0",
|
|
| 31 |
"3.4.0",
|
|
| 32 | 32 |
"Hiroyuki Yamamoto", |
| 33 | 33 |
"Test plug-in for Sylpheed plug-in system" |
| 34 | 34 |
}; |
| ... | ... | |
| 146 | 146 |
syl_plugin_update_check_set_jump_url("http://localhost/index.html");
|
| 147 | 147 |
syl_plugin_update_check_set_check_plugin_url("http://localhost/plugin_version.txt");
|
| 148 | 148 |
syl_plugin_update_check_set_jump_plugin_url("http://localhost/plugin.html");
|
| 149 |
|
|
| 150 |
syl_plugin_notification_window_open("Sylpheed app init done", "Normal text\n<b>Bold</b>\n<s>Strikethrough</s>", 5);
|
|
| 151 |
|
|
| 149 | 152 |
g_print("test: %p: app init done\n", obj);
|
| 150 | 153 |
} |
| 151 | 154 |
|
Also available in: Unified diff