I have no clue what this function is.
This commit is contained in:
parent
ab651643eb
commit
2676d3aa8b
|
@ -272,16 +272,6 @@ _idle_check_updates(void *user_data)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GdkFilterReturn
|
|
||||||
_catch(GdkXEvent *xevent, GdkEvent *event, gpointer data)
|
|
||||||
{
|
|
||||||
static int i = 1;
|
|
||||||
|
|
||||||
printf("here, %i\n", i);
|
|
||||||
i++;
|
|
||||||
return GDK_FILTER_CONTINUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
NotifyNotification *
|
NotifyNotification *
|
||||||
notify_notification_new(const gchar *summary, const gchar *body,
|
notify_notification_new(const gchar *summary, const gchar *body,
|
||||||
const gchar *icon, GtkWidget *attach)
|
const gchar *icon, GtkWidget *attach)
|
||||||
|
|
Loading…
Reference in New Issue