Skip to content

Commit

Permalink
chore: stub gtk_native_dialog_get_type (#34141)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed May 9, 2022
1 parent 9483e71 commit 00368ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/ui/electron_gtk.sigs
Expand Up @@ -3,4 +3,5 @@ void gtk_native_dialog_set_modal(GtkNativeDialog* self, gboolean modal);
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);
void gtk_native_dialog_destroy(GtkNativeDialog* self);
GType gtk_native_dialog_get_type(void);

0 comments on commit 00368ac

Please sign in to comment.