Whitespace fix
This commit is contained in:

committed by
Ryan Lortie

parent
f119c834c1
commit
3205a40b84
@ -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
|
||||
|
Reference in New Issue
Block a user