Commit: aa75b8089d86c511ba53e2aef240eb7ebec099cf
Parent: 15749622a337184e040802e81d2d690aca25f917
Author: Syam Sidhardhan <s.syam@samsung.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-11-14 20:23:31
Tree: 13e4eecf7946ae19360fe722d12ae37ba6d08f60

gdbus: Fix compilation error due to missing #defines Since these are simple #define strings, we are defining it here instead of upgrading to D-Bus 1.5 or later. Log: CC gdbus/object.o gdbus/object.c: In function ‘properties_set’: gdbus/object.c:876:7: error: ‘DBUS_ERROR_UNKNOWN_PROPERTY’ undeclared (first use in this function) gdbus/object.c:876:7: note: each undeclared identifier is reported only once for each function it appears in gdbus/object.c:881:6: error: ‘DBUS_ERROR_PROPERTY_READ_ONLY’ undeclared (first use in this function) make[1]: *** [gdbus/object.o] Error 1 make: *** [all] Error 2

Diffstat

M gdbus/object.c | 8 ++++++++

1 files changed, 8 insertions(+), 0 deletions(-)

View Full Diff | Patch