efl/src/lib/edbus
Lucas De Marchi d4da99698e efl/edbus: make all edbus_*_send() methods unref its msg
There's no reason to keep a msg after it was sent. Before this patch we
had edbus_service_signal_send() unref'ing its msg and all the others
not. Also, several users (particularly the edbus_proxy_send() ones) were
forgetting to unref the msg.

This patch makes all these methods unref the message after it has been
succesfully sent:

 - edbus_connection_send()
 - edbus_object_send()
 - edbus_proxy_send()
 - edbus_service_signal_send()



SVN revision: 82807
2013-01-15 14:33:48 +00:00
..
EDBus.h efl/docs: clean-up and make it more uniform. 2012-12-28 23:26:05 +00:00
edbus_connection.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_core.c efl/edbus: remove bogus line 2013-01-14 22:39:03 +00:00
edbus_freedesktop.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
edbus_freedesktop.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_message.c edbus: improve doc of edbus_message_* functions 2013-01-03 15:06:39 +00:00
edbus_message.h edbus: improve doc of edbus_message_* functions 2013-01-03 15:06:39 +00:00
edbus_message_eina_value.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_message_from_eina_value.c efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_message_helper.c efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_message_helper.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_message_to_eina_value.c edbus: Suppress warnings of unused parameters 2013-01-03 14:05:51 +00:00
edbus_object.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
edbus_object.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_pending.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
edbus_pending.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_private.h efl: stop depending on va_list type 2013-01-02 20:55:57 +00:00
edbus_private_types.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_proxy.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
edbus_proxy.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_service.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
edbus_service.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_signal_handler.c efl: warnings-- 2013-01-05 14:04:22 +00:00
edbus_signal_handler.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00