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