Home
last modified time | relevance | path

Searched refs:_g_dbus_compute_complete_signature (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgdbusprivate.h104 GVariantType * _g_dbus_compute_complete_signature (GDBusArgInfo **args);
Dgdbusmethodinvocation.c417 type = _g_dbus_compute_complete_signature (invocation->method_info->out_args); in g_dbus_method_invocation_return_value_internal()
Dgdbusproxy.c865 expected_type = _g_dbus_compute_complete_signature (info->args); in on_signal_received()
2674 reply_type = _g_dbus_compute_complete_signature (expected_method_info->out_args); in g_dbus_proxy_call_internal()
2811 reply_type = _g_dbus_compute_complete_signature (expected_method_info->out_args); in g_dbus_proxy_call_sync_internal()
Dgdbusprivate.c1985 _g_dbus_compute_complete_signature (GDBusArgInfo **args) in _g_dbus_compute_complete_signature() function
Dgdbusconnection.c5022 in_type = _g_dbus_compute_complete_signature (method_info->in_args); in validate_and_maybe_schedule_method_call()