chore: stub gtk_native_dialog_get_type (#34141)
This commit is contained in:
parent
9483e714c4
commit
00368aca37
1 changed files with 2 additions and 1 deletions
|
@ -4,3 +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);
|
Loading…
Reference in a new issue