Add deprecation guards for gdk_device_get_core_pointer()

This commit is contained in:
Javier Jardón
2010-09-22 03:53:23 +02:00
parent 9c3d1080d6
commit 9ef738c4ab

View File

@@ -43,7 +43,9 @@ G_BEGIN_DECLS
/* Returns a list of GdkDevice * */
GList * gdk_devices_list (void);
#ifndef GTK_DISABLE_DEPRECATED
GdkDevice *gdk_device_get_core_pointer (void);
#endif
#endif /* GDK_MULTIHEAD_SAFE */