mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Whitespace fix
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user