summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchoosermenu.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-20 18:17:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-05 15:38:47 -0400
commit20c8c8b91cf2719249a729492ec84b7282dc03fb (patch)
treed53cf50689bceedbea093895d0e51a7c204cef76 /gtk/gtkrecentchoosermenu.h
parent8470eb84c080718120b5daf130db744bf6ec220b (diff)
downloadgtk+-20c8c8b91cf2719249a729492ec84b7282dc03fb.tar.gz
Add annotations to gtk headers
Add annotations to all exported functions in GTK+ headers.
Diffstat (limited to 'gtk/gtkrecentchoosermenu.h')
-rw-r--r--gtk/gtkrecentchoosermenu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkrecentchoosermenu.h b/gtk/gtkrecentchoosermenu.h
index 0ce04f1049..1ae9ad4694 100644
--- a/gtk/gtkrecentchoosermenu.h
+++ b/gtk/gtkrecentchoosermenu.h
@@ -58,12 +58,17 @@ struct _GtkRecentChooserMenuClass
void (* gtk_recent4) (void);
};
+GDK_AVAILABLE_IN_ALL
GType gtk_recent_chooser_menu_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
GtkWidget *gtk_recent_chooser_menu_new (void);
+GDK_AVAILABLE_IN_ALL
GtkWidget *gtk_recent_chooser_menu_new_for_manager (GtkRecentManager *manager);
+GDK_AVAILABLE_IN_ALL
gboolean gtk_recent_chooser_menu_get_show_numbers (GtkRecentChooserMenu *menu);
+GDK_AVAILABLE_IN_ALL
void gtk_recent_chooser_menu_set_show_numbers (GtkRecentChooserMenu *menu,
gboolean show_numbers);