adjust to dbus interace struct.. back to where it was

This commit is contained in:
Carsten Haitzler 2014-07-15 17:19:06 +09:00
parent 0f6bb7fac2
commit b32349d5d6
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ static const Eldbus_Property _props[] = {
};
static const Eldbus_Service_Interface_Desc iface_desc = {
"org.enlightenment.Application1", _methods, NULL, _props, NULL, NULL, NULL
"org.enlightenment.Application1", _methods, NULL, _props, NULL, NULL
};
EOLIAN static void

View File

@ -877,7 +877,7 @@ static const Eldbus_Property _properties[] = {
};
static const Eldbus_Service_Interface_Desc _interface = {
DBUS_INTERFACE, _methods, _signals, _properties, NULL, NULL, NULL
DBUS_INTERFACE, _methods, _signals, _properties, NULL, NULL
};
// =============================================================================