Home
last modified time | relevance | path

Searched refs:mechanism_type (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgdbusauthmechanism.c182 _g_dbus_auth_mechanism_get_name (GType mechanism_type) in _g_dbus_auth_mechanism_get_name() argument
187 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() argument
203 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()
Dgdbusauthmechanism.h111 … _g_dbus_auth_mechanism_get_priority (GType mechanism_type);
112 … *_g_dbus_auth_mechanism_get_name (GType mechanism_type);
Dgdbusauth.c196 GType mechanism_type) in add_mechanism() argument
200 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()