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/gtkappchooser.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/gtkappchooser.h')
-rw-r--r-- | gtk/gtkappchooser.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkappchooser.h b/gtk/gtkappchooser.h index 33d18aab67..7a522550fd 100644 --- a/gtk/gtkappchooser.h +++ b/gtk/gtkappchooser.h @@ -28,6 +28,7 @@ #include <glib.h> #include <gio/gio.h> +#include <gdk/gdk.h> G_BEGIN_DECLS @@ -37,10 +38,14 @@ G_BEGIN_DECLS typedef struct _GtkAppChooser GtkAppChooser; +GDK_AVAILABLE_IN_ALL GType gtk_app_chooser_get_type (void) G_GNUC_CONST; +GDK_AVAILABLE_IN_ALL GAppInfo * gtk_app_chooser_get_app_info (GtkAppChooser *self); +GDK_AVAILABLE_IN_ALL gchar * gtk_app_chooser_get_content_type (GtkAppChooser *self); +GDK_AVAILABLE_IN_ALL void gtk_app_chooser_refresh (GtkAppChooser *self); G_END_DECLS |