GResolverError

An error code used with G_RESOLVER_ERROR in a GError returned from a GResolver routine. G_RESOLVER_ERROR_NOT_FOUND the requested name/address/service was not found G_RESOLVER_ERROR_TEMPORARY_FAILURE the requested information could not be looked up due to a network error or similar problem G_RESOLVER_ERROR_INTERNAL unknown error Since 2.22 Signal Details The "reload" signal void user_function (GResolver *resolver, gpointer user_data) : Run Last Emitted when the resolver notices that the system resolver configuration has changed. resolver : a GResolver user_data : user data set when the signal handler was connected.

Values

ValueMeaning
NOT_FOUND
TEMPORARY_FAILURE
INTERNAL

Meta