Home
last modified time | relevance | path

Searched refs:method_call_closure (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgdbusconnection.c5311 GClosure *method_call_closure; member
5317 register_object_data_new (GClosure *method_call_closure, in register_object_data_new() argument
5325 if (method_call_closure != NULL) in register_object_data_new()
5327 data->method_call_closure = g_closure_ref (method_call_closure); in register_object_data_new()
5328 g_closure_sink (method_call_closure); in register_object_data_new()
5329 if (G_CLOSURE_NEEDS_MARSHAL (method_call_closure)) in register_object_data_new()
5330 g_closure_set_marshal (method_call_closure, g_cclosure_marshal_generic); in register_object_data_new()
5357 g_clear_pointer (&data->method_call_closure, g_closure_unref); in register_object_free_func()
5398 g_closure_invoke (data->method_call_closure, NULL, G_N_ELEMENTS (params), params, NULL); in register_with_closures_on_method_call()
5539 GClosure *method_call_closure, in g_dbus_connection_register_object_with_closures() argument
[all …]
Dgdbusconnection.h410 … GClosure *method_call_closure,