Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80695
event.name = skey;
event.value = value;
+ event.proxy = proxy;
_edbus_proxy_event_callback_call(proxy, EDBUS_PROXY_EVENT_PROPERTY_CHANGED,
&event);
eina_value_free(st_value);
typedef struct _EDBus_Proxy_Event_Property_Changed
{
const char *name;
+ const EDBus_Proxy *proxy;
const Eina_Value *value;
} EDBus_Proxy_Event_Property_Changed;
typedef struct _EDBus_Proxy_Event_Property_Removed
{
const char *interface;
- EDBus_Proxy *proxy;
+ const EDBus_Proxy *proxy;
const char *name;
} EDBus_Proxy_Event_Property_Removed;