Fix a gtk-doc warning

This commit is contained in:
Matthias Clasen 2011-12-05 17:41:44 -05:00 committed by Ryan Lortie
parent 90fcf994d5
commit d5d896f812

View File

@ -62,7 +62,7 @@ GType gtk_application_window_get_type (void) G_GNUC_CONST;
GtkWidget * gtk_application_window_new (GtkApplication *application);
void gtk_application_window_set_show_menubar (GtkApplicationWindow *window,
gboolean show);
gboolean show_menubar);
gboolean gtk_application_window_get_show_menubar (GtkApplicationWindow *window);
G_END_DECLS