You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gtk.cfg: Fix gtk_widget_destroy definition and usage
gtk_widget_destroy is only for GtkWidget derived objects, and in
practice should only be used for GtkWindow derived widgets (it is
replaced with gtk_window_destroy in gtk4).
0 commit comments