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
G_TYPE_INSTANCE_GET_PRIVATE has been deprecated since GTK version 2.58 and should not be used anymore.
It needs to be replace by G_ADD_PRIVATE and the generated your_type_get_instance_private()
G_TYPE_INSTANCE_GET_PRIVATE has been deprecated since GTK version 2.58 and should not be used anymore.
It needs to be replace by G_ADD_PRIVATE and the generated
your_type_get_instance_private()