GIRepository.EnumInfo g_irepository_find_by_error_domain GIRepository * self GLib.Quark domain find_by_error_domain @accepts(GLib.Quark) @returns(GIRepository.EnumInfo) def find_by_error_domain(domain)

Searches for the enum type corresponding to the given GError domain. Before calling this function for a particular namespace, you must call g_irepository_require() once to load the namespace, or otherwise ensure the namespace has already been loaded.

enum type, or None

domain :

a GError domain

Returns :

GIRepository.EnumInfo representing metadata about @domain's

Since 1.29.17