gdbus 中的 method call

转载时请注明出处和作者联系方式:http://blog.csdn.net/mimepp
作者联系方式:YU TAO <yut616 at sohu dot com>

 

关键字: gdbus, glib, dbus, method_call

 

gdbus 有关的内容,这里记录一下。

 

on_worker_message_received

distribute_method_call

subtree_message_func

process_subtree_vtable_message_in_idle_cb

handle_subtree_method_invocation

 

interface:

 

for (n = 0; interfaces[n] != NULL; n++) { if (g_strcmp0 (interfaces[n]->name, interface_name) == 0) interface_info = interfaces[n]; }

 

validate_and_maybe_schedule_method_call

call_in_idle_cb (gpointer user_data)

vtable->method_call

 

 

 

你可能感兴趣的:(user,null,interface)