mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 23:50:16 +00:00
Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
This commit is contained in:
parent
8801d163a6
commit
7fed174194
@ -29,7 +29,9 @@ struct _GtkOffscreenWindowClass
|
|||||||
GtkWindowClass parent_class;
|
GtkWindowClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gtk_offscreen_window_get_type () G_GNUC_CONST;
|
GType gtk_offscreen_window_get_type () G_GNUC_CONST;
|
||||||
|
|
||||||
|
GtkWidget *gtk_offscreen_window_new ();
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user