diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-20 00:46:38 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-20 00:46:38 +0200 |
commit | 349f8c561d7003cc05cfda982d8f3abba4a2f3b0 (patch) | |
tree | 76fc65137fcf8796bdb9408654035c10229e2bc9 /gdk/gdk.h | |
parent | 3c8a54b2f7526392632dc8f53177c3bfaa170b3e (diff) | |
download | gtk+-349f8c561d7003cc05cfda982d8f3abba4a2f3b0.tar.gz |
Remove gdk_input_* callbacks on file descriptors deprecated functions
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619687
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -91,22 +91,6 @@ gint gdk_error_trap_pop (void); gchar* gdk_get_display (void); G_CONST_RETURN gchar* gdk_get_display_arg_name (void); -#if !defined (GDK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) -/* Used by gtk_input_add_full () */ -gint gdk_input_add_full (gint source, - GdkInputCondition condition, - GdkInputFunction function, - gpointer data, - GDestroyNotify destroy); -#endif /* !GDK_DISABLE_DEPRECATED || GTK_COMPILATION */ -#ifndef GDK_DISABLE_DEPRECATED -gint gdk_input_add (gint source, - GdkInputCondition condition, - GdkInputFunction function, - gpointer data); -void gdk_input_remove (gint tag); -#endif /* GDK_DISABLE_DEPRECATED */ - #ifndef GDK_MULTIDEVICE_SAFE GdkGrabStatus gdk_pointer_grab (GdkWindow *window, gboolean owner_events, |