utf8 g_irepository_get_typelib_path GIRepository * self utf8 namespace_ get_typelib_path @accepts(utf8) @returns(utf8) def get_typelib_path(namespace_)

If namespace @namespace_ is loaded, return the full path to the .typelib file it was loaded from. If the typelib for namespace @namespace_ was included in a shared library, return the special string "$lt;builtin$gt;".

namespace_ :

GI namespace to use, e.g. "Gtk"

Returns :

Filesystem path (or $lt;builtin$gt;) if successful, None if namespace is not loaded