utf8 g_irepository_get_shared_library GIRepository * self utf8 namespace_ get_shared_library @accepts(utf8) @returns(utf8) def get_shared_library(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 None.

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 None if none associated