EasyDbus_conn | EasyDbus_conn object Struct used for |
EasyDbus_container | EasyDbus_container object. Used for marshalled data as array, dict_entry, variant and structs |
EasyDbus_core | EasyDbus_core object EasyDbus_conn presented to user is included in this struct. Every connection is composed of one EasyDbus_core object |
EasyDbus_elem | Used for save an unique message param |
EasyDbus_ext_signal | EasyDbus_ext_signal object |
easydbus_introspect_arg_info | Easydbus_introspect_arg_info object Used for manage automatic creation of introspect method on an object |
EasyDbus_method | EasyDbus_method object |
EasyDbus_obj_interface | EasyDbus_obj_interface object |
EasyDbus_obj_method | EasyDbus_obj_method object User for manage object method callback and informations for introspectable interface |
EasyDbus_obj_signal | EasyDbus_obj_signal object This struct is used for creation of introspect xml reply. Signals are received only with a filter and they aren't connect with an object. From Dbus specification it is only possible define on XML introspect data signal in output from dbus service, not on signal handled from dbus service |
EasyDbus_object | EasyDbus_object object |
EasyDbus_object_box | EasyDbus_object_box object Box of visible EasyDbus_object. This struct is created when it is called easydbus_object_create_skeleton function and it is returned first field of this struct |
EasyDbus_Pending | Struct for manage Pending message with notify handler or pending message called on service where there is a easydbus_object_main_loop or through watchers when a REPLY??? callback is set |
EasyDbus_reply | EasyDbus_reply object |
EasyDbus_signal | EasyDbus_signal object |
easydbus_signature_elem_stack | Struct used on easydbus_add_signature_to_empty_container function to manage marshalled data. FIFO (first-in first-out) algorithm used |
EasyDbus_watcher | This struct is a list for manage watching, In this moment this list could be only an element for connection |
introspect_objs_tree | Introspect object tree that is used for create a tree of object managed from service |