renatofilho@870: #ifndef __GMYTH_DBUS_COMMON_H__ renatofilho@870: #define __GMYTH_DBUS_COMMON_H__ renatofilho@870: renatofilho@870: #define GMYTH_DBUS_SERVER_NAME "br.org.indt.GMyth" renatofilho@870: #define GMYTH_DBUS_SERVER_PATH "/br/org/indt/GMyth" renatofilho@870: #define GMYTH_DBUS_SERVER_IFACE "br.org.indt.GMyth" renatofilho@870: renatofilho@870: #define GMYTH_DBUS_PROGRAM_G_TYPE \ renatofilho@870: dbus_g_type_get_struct ("GValueArray", \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_INVALID); renatofilho@870: renatofilho@870: #define GMYTH_DBUS_CHANNEL_G_TYPE \ renatofilho@870: dbus_g_type_get_struct ("GValueArray", \ renatofilho@870: G_TYPE_INT, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_INVALID); renatofilho@870: renatofilho@870: #define GMYTH_DBUS_RECORD_G_TYPE \ renatofilho@870: dbus_g_type_get_struct ("GValueArray", \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_UINT64, \ renatofilho@870: G_TYPE_INVALID); renatofilho@870: renatofilho@870: #define GMYTH_DBUS_SCHEDULE_G_TYPE \ renatofilho@870: dbus_g_type_get_struct ("GValueArray", \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_STRING, \ renatofilho@870: G_TYPE_UINT, \ renatofilho@870: G_TYPE_INVALID); renatofilho@870: renatofilho@870: #endif renatofilho@870: