Skip to content

gtype: introduce g_type_exists()

Alexander Slobodeniuk requested to merge Sasha/glib:gtype-exists into main

This call is needed when we want to make sure it's safe to call other g_type functions on the parameter value.

Merge request reports