Revision 3217 src/main.c
| main.c (revision 3217) | ||
|---|---|---|
| 81 | 81 |
#include "socket.h" |
| 82 | 82 |
#include "stock_pixmap.h" |
| 83 | 83 |
#include "trayicon.h" |
| 84 |
#include "notificationwindow.h" |
|
| 84 | 85 |
#include "plugin.h" |
| 85 | 86 |
#include "plugin_manager.h" |
| 86 | 87 |
#include "foldersel.h" |
| ... | ... | |
| 1368 | 1369 |
ADD_SYM(send_message_set_reply_flag); |
| 1369 | 1370 |
ADD_SYM(send_message_set_forward_flags); |
| 1370 | 1371 |
|
| 1372 |
ADD_SYM(notification_window_open); |
|
| 1373 |
ADD_SYM(notification_window_set_message); |
|
| 1374 |
ADD_SYM(notification_window_close); |
|
| 1375 |
|
|
| 1371 | 1376 |
syl_plugin_signal_connect("plugin-load", G_CALLBACK(load_cb), NULL);
|
| 1372 | 1377 |
|
| 1373 | 1378 |
/* loading plug-ins from user plug-in directory */ |
Also available in: Unified diff