fix eldbus based warnings

This commit is contained in:
Carsten Haitzler 2014-07-08 12:45:55 +09:00
parent e41f35e927
commit 6d26a3b147
3 changed files with 3 additions and 3 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
"org.enlightenment.Application1", _methods, NULL, _props, NULL, 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
DBUS_INTERFACE, _methods, _signals, _properties, NULL, NULL, NULL
};
// =============================================================================

View File

@ -290,7 +290,7 @@ static const Eldbus_Property properties[] = {
};
static const Eldbus_Service_Interface_Desc _iface_desc = {
INTERFACE, methods, signals, properties, NULL, NULL
INTERFACE, methods, signals, properties, NULL, NULL, NULL
};
// =============================================================================