forked from AuroraMiddleware/gtk
Remove redundant declarations (#390097, Christian Persch)
2006-12-27 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.h: Remove redundant declarations (#390097, Christian Persch)
This commit is contained in:
parent
0677ad8e59
commit
90532005ee
@ -1,3 +1,8 @@
|
||||
2006-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdk.h: Remove redundant declarations (#390097,
|
||||
Christian Persch)
|
||||
|
||||
2006-12-27 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).
|
||||
|
18
gdk/gdk.h
18
gdk/gdk.h
@ -208,24 +208,6 @@ guint gdk_threads_add_timeout (guint interval,
|
||||
GSourceFunc function,
|
||||
gpointer data);
|
||||
|
||||
|
||||
guint gdk_threads_add_idle_full (gint priority,
|
||||
GSourceFunc function,
|
||||
gpointer data,
|
||||
GDestroyNotify notify);
|
||||
guint gdk_threads_add_idle (GSourceFunc function,
|
||||
gpointer data);
|
||||
|
||||
guint gdk_threads_add_timeout_full (gint priority,
|
||||
guint interval,
|
||||
GSourceFunc function,
|
||||
gpointer data,
|
||||
GDestroyNotify notify);
|
||||
guint gdk_threads_add_timeout (guint interval,
|
||||
GSourceFunc function,
|
||||
gpointer data);
|
||||
|
||||
|
||||
#ifdef G_THREADS_ENABLED
|
||||
# define GDK_THREADS_ENTER() G_STMT_START { \
|
||||
if (gdk_threads_lock) \
|
||||
|
Loading…
Reference in New Issue
Block a user