GIRepository.BaseInfo g_irepository_get_info GIRepository * self utf8 namespace_ gint index get_info @accepts(utf8, gint) @returns(GIRepository.BaseInfo) def GIRepository.Repository.get_info(namespace_, index)

This function returns a particular metadata entry in the given namespace @namespace_. The namespace must have already been loaded before calling this function. See g_irepository_get_n_infos() to find the maximum number of entries.

namespace_ :

Namespace to inspect

index :

0-based offset into namespace metadata for entry

Returns :

GIBaseInfo containing metadata