efl/src/examples/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
..
Makefile.am efl: distcheck will run tests and compile all examples. 2013-01-05 14:41:14 +00:00
banshee.c edbus: Remove unused parameter warning of edbus examples 2013-01-04 16:44:06 +00:00
client.c edbus: Remove unused parameter warning of edbus examples 2013-01-04 16:44:06 +00:00
complex-types-client-eina-value.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
complex-types-server.c edbus: Remove unused parameter warning of edbus examples 2013-01-04 16:44:06 +00:00
complex-types.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
connman-list-services.c edbus: Remove unused parameter warning of edbus examples 2013-01-04 16:44:06 +00:00
ofono-dial.c edbus: Remove unused parameter warning of edbus examples 2013-01-04 16:44:06 +00:00
server.c efl/edbus: make all edbus_*_send() methods unref its msg 2013-01-15 14:33:48 +00:00
simple-signal-emit.c efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00