mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-16 07:17:14 +01:00
This function returns the most specific instantiatable type that is a prerequisite for a given interface. This type is necessary in particular when dealing with GValues because a GValue contains an instance of a type. This commit includes tests for the new API.