Whitespace fix

This commit is contained in:
Matthias Clasen 2011-12-04 18:33:01 -05:00 committed by Ryan Lortie
parent f119c834c1
commit 3205a40b84

View File

@ -59,10 +59,10 @@ struct _GtkApplicationWindowClass
};
GType gtk_application_window_get_type (void) G_GNUC_CONST;
GtkWidget * gtk_application_window_new (GtkApplication *application);
GtkWidget * gtk_application_window_new (GtkApplication *application);
void gtk_application_window_set_show_menubar (GtkApplicationWindow *window,
gboolean show);
gboolean show);
gboolean gtk_application_window_get_show_menubar (GtkApplicationWindow *window);
G_END_DECLS