On Mon, Jul 9, 2012 at 6:34 AM, Carsten Haitzler <ras...@rasterman.com> wrote:
> Well i thought we'd have a weekend of peace and quiet before i sent this.
>
> EFL is now in freeze. that means no new features (unless that feature is
> absolutely needed to solve a bug) until release (planned for end of this 
> month).

Well, I'd ask for we talking about the state of e_dbus before that.
The DBus.Properties is still broken, even after the patch José sent.
We might be able to finish fixing it this week, and that will involve
adding new functions. Example of brokenness:

EAPI void e_dbus_object_property_get_cb_set(E_DBus_Object *obj,
E_DBus_Object_Property_Get_Cb func);

And:

typedef void (*E_DBus_Object_Property_Get_Cb) (E_DBus_Object *obj,
const char *property, int *type, void **value);

There's a callback per-object, but it should be per-interface.
Otherwise if you have 1 object with 2 interfaces there's no way to
distinguish from each interface the DBus.Properties.Get() is coming
from. Grepping trunk revealed there's no user of such API. How we are
going to fix it without breaking the API/ABI is still undecided.

So, I'd ask to wait for the freeze until next Friday at least. Not
that it shouldn't be fixed on next version, but it would be good to
have it on this one.


Lucas De Marchi

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to