Project

General

Profile

osd.h.patch

Jean-Alexandre Anglès d'Auriac, November 22, 2012 12:26

View differences:

osd.h 2012-11-17 16:28:14.409557936 +0100
21 21
#include <libnotify/notify.h>
22 22

  
23 23
// Prototypes
24
gboolean osd_init();
24
void* 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(const gchar *title, const gchar *message, const gchar *icon, GdkPixbuf *pb, void *notification);