Revision 3217 src/plugin.h
| plugin.h (revision 3217) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2012 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 |
| ... | ... | |
| 331 | 331 |
const gchar *msgid); |
| 332 | 332 |
gint syl_plugin_send_message_set_forward_flags (const gchar *forward_targets); |
| 333 | 333 |
|
| 334 |
/* Notification window */ |
|
| 335 |
gint syl_plugin_notification_window_open (const gchar *message, |
|
| 336 |
const gchar *submessage, |
|
| 337 |
guint timeout); |
|
| 338 |
void syl_plugin_notification_window_set_message (const gchar *message, |
|
| 339 |
const gchar *submessage); |
|
| 340 |
void syl_plugin_notification_window_close (void); |
|
| 341 |
|
|
| 334 | 342 |
#endif /* __PLUGIN_H__ */ |
Also available in: Unified diff