diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-25 00:02:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-25 00:02:39 -0500 |
commit | 27ce9421d001e60e43b7f6face8552652356564c (patch) | |
tree | 0fee9bbe0d47c3c14808ed5e31c1f32226a0404a /gdk/gdkmain.h | |
parent | 436e75c34c5304d53c11fd2d63646be4eef9cb8b (diff) | |
download | gtk+-27ce9421d001e60e43b7f6face8552652356564c.tar.gz |
Fix up GDK docs
Diffstat (limited to 'gdk/gdkmain.h')
-rw-r--r-- | gdk/gdkmain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkmain.h b/gdk/gdkmain.h index 963654236b..bcbe4d07dc 100644 --- a/gdk/gdkmain.h +++ b/gdk/gdkmain.h @@ -50,8 +50,6 @@ gboolean gdk_init_check (gint *argc, void gdk_add_option_entries_libgtk_only (GOptionGroup *group); void gdk_pre_parse_libgtk_only (void); -void gdk_enable_multidevice (void); - G_CONST_RETURN gchar *gdk_get_program_class (void); void gdk_set_program_class (const gchar *program_class); @@ -96,9 +94,11 @@ GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, #ifndef GDK_MULTIHEAD_SAFE #ifndef GDK_MULTIDEVICE_SAFE +#ifndef GDK_DISABLE_DEPRECATED void gdk_pointer_ungrab (guint32 time_); void gdk_keyboard_ungrab (guint32 time_); gboolean gdk_pointer_is_grabbed (void); +#endif /* GDK_DISABLE_DEPRECATED */ #endif /* GDK_MULTIDEVICE_SAFE */ gint gdk_screen_width (void) G_GNUC_CONST; |