diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-20 18:17:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-05-05 15:38:47 -0400 |
commit | 20c8c8b91cf2719249a729492ec84b7282dc03fb (patch) | |
tree | d53cf50689bceedbea093895d0e51a7c204cef76 /gtk/gtkdebug.h | |
parent | 8470eb84c080718120b5daf130db744bf6ec220b (diff) | |
download | gtk+-20c8c8b91cf2719249a729492ec84b7282dc03fb.tar.gz |
Add annotations to gtk headers
Add annotations to all exported functions in GTK+ headers.
Diffstat (limited to 'gtk/gtkdebug.h')
-rw-r--r-- | gtk/gtkdebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h index f9e01e5c18..d4ee6f03cf 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -30,6 +30,7 @@ #endif #include <glib.h> +#include <gdk/gdk.h> G_BEGIN_DECLS @@ -63,7 +64,9 @@ typedef enum { #endif /* G_ENABLE_DEBUG */ +GDK_AVAILABLE_IN_ALL guint gtk_get_debug_flags (void); +GDK_AVAILABLE_IN_ALL void gtk_set_debug_flags (guint flags); G_END_DECLS |