EasyDbus-0.2 Data Structures

Here are the data structures with brief descriptions:
EasyDbus_connEasyDbus_conn object Struct used for
EasyDbus_containerEasyDbus_container object. Used for marshalled data as array, dict_entry, variant and structs
EasyDbus_coreEasyDbus_core object EasyDbus_conn presented to user is included in this struct. Every connection is composed of one EasyDbus_core object
EasyDbus_elemUsed for save an unique message param
EasyDbus_ext_signalEasyDbus_ext_signal object
easydbus_introspect_arg_infoEasydbus_introspect_arg_info object Used for manage automatic creation of introspect method on an object
EasyDbus_methodEasyDbus_method object
EasyDbus_obj_interfaceEasyDbus_obj_interface object
EasyDbus_obj_methodEasyDbus_obj_method object User for manage object method callback and informations for introspectable interface
EasyDbus_obj_signalEasyDbus_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_objectEasyDbus_object object
EasyDbus_object_boxEasyDbus_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_PendingStruct 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_replyEasyDbus_reply object
EasyDbus_signalEasyDbus_signal object
easydbus_signature_elem_stackStruct used on easydbus_add_signature_to_empty_container function to manage marshalled data.
FIFO (first-in first-out) algorithm used
EasyDbus_watcherThis struct is a list for manage watching, In this moment this list could be only an element for connection
introspect_objs_treeIntrospect object tree that is used for create a tree of object managed from service

Generated on Thu Apr 10 10:03:22 2008 for EasyDbus-0.2 by  doxygen 1.5.4