summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-20 00:46:38 +0200
committerJavier Jardón <jjardon@gnome.org>2010-06-20 00:46:38 +0200
commit349f8c561d7003cc05cfda982d8f3abba4a2f3b0 (patch)
tree76fc65137fcf8796bdb9408654035c10229e2bc9 /gdk/gdk.h
parent3c8a54b2f7526392632dc8f53177c3bfaa170b3e (diff)
downloadgtk+-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.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index c41ed02ad1..199e567045 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -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,