Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore: stub gtk_native_dialog_get_type (electron#34141)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 authored and khalwa committed Feb 22, 2023
1 parent 427f1f5 commit b8e5852
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 b8e5852

Please sign in to comment.