Searched refs:mechanism_type (Results 1 – 3 of 3) sorted by relevance
182 _g_dbus_auth_mechanism_get_name (GType mechanism_type) in _g_dbus_auth_mechanism_get_name() argument187 g_return_val_if_fail (g_type_is_a (mechanism_type, G_TYPE_DBUS_AUTH_MECHANISM), NULL); in _g_dbus_auth_mechanism_get_name()189 klass = g_type_class_ref (mechanism_type); in _g_dbus_auth_mechanism_get_name()198 _g_dbus_auth_mechanism_get_priority (GType mechanism_type) in _g_dbus_auth_mechanism_get_priority() argument203 g_return_val_if_fail (g_type_is_a (mechanism_type, G_TYPE_DBUS_AUTH_MECHANISM), 0); in _g_dbus_auth_mechanism_get_priority()205 klass = g_type_class_ref (mechanism_type); in _g_dbus_auth_mechanism_get_priority()
111 … _g_dbus_auth_mechanism_get_priority (GType mechanism_type);112 … *_g_dbus_auth_mechanism_get_name (GType mechanism_type);
196 GType mechanism_type) in add_mechanism() argument200 name = _g_dbus_auth_mechanism_get_name (mechanism_type); in add_mechanism()206 m->priority = _g_dbus_auth_mechanism_get_priority (mechanism_type); in add_mechanism()207 m->gtype = mechanism_type; in add_mechanism()