Revision 3220 plugin/test/test.c
| test.c (revision 3220) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2011 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2013 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 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 | 149 |
|
| 150 |
syl_plugin_notification_window_open("Sylpheed app init done", "Normal text\n<b>Bold</b>\n<s>Strikethrough</s>", 5);
|
|
| 150 |
syl_plugin_notification_window_open("Sylpheed app init done", "Normal text\n<b>Bold</b>\n<s>Strikethrough</s>\n<b>This is a long text and will be truncated:</b> ABCDEFGHIJKLMNOPQRSTUVWXYZ", 5);
|
|
| 151 | 151 |
|
| 152 | 152 |
g_print("test: %p: app init done\n", obj);
|
| 153 | 153 |
} |
Also available in: Unified diff