forked from AuroraMiddleware/gtk
gtkmain.h: Used GDK_DEPRECATED
If we use just G_GNUC_DEPRECATED then it cannot be disabled by an ifdef.
This commit is contained in:
parent
69a529572d
commit
395bf54b8e
@ -152,10 +152,10 @@ void gtk_device_grab_add (GtkWidget *widget,
|
||||
void gtk_device_grab_remove (GtkWidget *widget,
|
||||
GdkDevice *device);
|
||||
|
||||
G_GNUC_DEPRECATED
|
||||
GDK_DEPRECATED
|
||||
guint gtk_key_snooper_install (GtkKeySnoopFunc snooper,
|
||||
gpointer func_data);
|
||||
G_GNUC_DEPRECATED
|
||||
GDK_DEPRECATED
|
||||
void gtk_key_snooper_remove (guint snooper_handler_id);
|
||||
|
||||
GdkEvent * gtk_get_current_event (void);
|
||||
|
Loading…
Reference in New Issue
Block a user