On Sat, Nov 10, 2012 at 2:26 AM, Enlightenment SVN <[email protected]> wrote: > Log: > even if we have an older libdbus - let's #define the strings that are > missing - at r4untime we wont get them, but hey - we'll compile at > least and when dbus is upgrade... we'll get them and work right. :) > > > > Author: raster > Date: 2012-11-09 20:26:48 -0800 (Fri, 09 Nov 2012) > New Revision: 79080 > Trac: http://trac.enlightenment.org/e/changeset/79080 > > Modified: > trunk/edbus/src/lib/edbus_service.c > > Modified: trunk/edbus/src/lib/edbus_service.c > =================================================================== > --- trunk/edbus/src/lib/edbus_service.c 2012-11-10 03:57:57 UTC (rev 79079) > +++ trunk/edbus/src/lib/edbus_service.c 2012-11-10 04:26:48 UTC (rev 79080) > @@ -10,6 +10,18 @@ > #define DBUS_ANNOTATION_DEPRECATED DBUS_ANNOTATION("Deprecated", "true") > #define DBUS_ANNOTATION_NOREPLY DBUS_ANNOTATION("Method.NoReply", "true") > > +#ifndef DBUS_ERROR_UNKNOWN_INTERFACE > +# define DBUS_ERROR_UNKNOWN_INTERFACE > "org.freedesktop.DBus.Error.UnknownInterface" > +#endif > + > +#ifndef DBUS_ERROR_UNKNOWN_PROPERTY > +# define DBUS_ERROR_UNKNOWN_PROPERTY > "org.freedesktop.DBus.Error.UnknownProperty" > +#endif > + > +#ifndef DBUS_ERROR_PROPERTY_READ_ONLY > +# define DBUS_ERROR_PROPERTY_READ_ONLY > "org.freedesktop.DBus.Error.PropertyReadOnly" > +#endif > + > #define EDBUS_SERVICE_INTERFACE_CHECK(obj) \ > do \ > { \ > >
yep, good! thanks Lucas De Marchi ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
