gchar* g_irepository_get_shared_library GIRepository * self gchar* namespace_ g_irepository_get_shared_library gchar* g_irepository_get_shared_library (GIRepository *self, gchar* namespace_);

This function returns the full path to the shared C library associated with the given namespace @namespace_. There may be no shared library path associated, in which case this function will return %NULL.

Note: The namespace must have already been loaded using a function such as g_irepository_require() before calling this function.

namespace_ :

Namespace to inspect

Returns :

Full path to shared library, or %NULL if none associated