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
glib: Add NULL debug assertion to from_glib_full() and others for GObjects
This improves the assertion failure as otherwise it would just assert on
the wrong type if a `NULL` pointer is passed without giving an
indication that it's not a type mismatch but simply `NULL`.
0 commit comments