Project

General

Profile

osdh.patch

Jean-Alexandre Anglès d'Auriac, November 10, 2012 00:45

View differences:

notify2/osd.h 2012-11-01 13:37:26.731222953 +0100
24 24
gboolean osd_init();
25 25
void osd_uninit();
26 26
void osd_closed_handler(NotifyNotification *notification2, gpointer data);
27
void osd_show(const gchar *title, const gchar *message, const gchar *icon, GdkPixbuf *pb);
27
void osd_show();
28
void osd_set_actions();
29
void osd_set_actions_paused();