refactor: use stubs for gdk-pixbuf dependency (#34077)
* refactor: use stubs for gdk-pixbuf dependency * Adjust build file * Add includes * Merge gdk_pixbuf stubs into gtk stubs * Split pixbuf sigs into own file again * Add initialization check * Apply PR feedback
This commit is contained in:
parent
b3ec0a801a
commit
999a225edb
8 changed files with 44 additions and 11 deletions
|
@ -4,4 +4,4 @@ void gtk_native_dialog_show(GtkNativeDialog* self);
|
|||
void gtk_native_dialog_hide(GtkNativeDialog* self);
|
||||
gint gtk_native_dialog_run(GtkNativeDialog* self);
|
||||
void gtk_native_dialog_destroy(GtkNativeDialog* self);
|
||||
GType gtk_native_dialog_get_type(void);
|
||||
GType gtk_native_dialog_get_type(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue