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
There is already GLib.Idle.Add which corresponds to idle_add_full. This request is for adding Glib.Idle.AddOnce which corresponds to idle_add_once: https://docs.gtk.org/glib/func.idle_add_once.html
There is already
GLib.Idle.Addwhich corresponds toidle_add_full. This request is for addingGlib.Idle.AddOncewhich corresponds toidle_add_once: https://docs.gtk.org/glib/func.idle_add_once.html