efl/src/lib/edbus
Lucas De Marchi 61ca9d550d Revert "Add a new API to edbus to let it create an EDbus session from"
This reverts commit 8ecd30d578.

First of all, if it's not tested it shouldn't be committed. Seriously,
test your stuff before committing, particularly when you *add* an API.
If it slips in and we forget it there, once it's released we can no
longer remove it.

Second, EDBus is a complete wrapper over libdbus and is in our intention
to remove libdbus when the EDBus implements the wire protocol itself.
Therefore there's no point in adding a public function to create an
EDBus_Connection from a DBusConnection, even if it's passed as a void
pointer.
2013-03-18 10:27:14 -03:00
..
EDBus.h edbus: Update EDBUS_VERSION_MINOR 2013-02-04 15:29:41 +00:00
edbus_connection.h Revert "Add a new API to edbus to let it create an EDbus session from" 2013-03-18 10:27:14 -03:00
edbus_core.c Revert "Add a new API to edbus to let it create an EDbus session from" 2013-03-18 10:27:14 -03: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: Use snprintf to be sure 2013-02-18 12:26:27 +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: Fix edbus_name_owner_changed() when bus name is not on bus 2013-01-22 13:34:34 +00:00
edbus_pending.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_private.h edbus: fix compilation on Windows. 2013-03-16 15:40:29 +09:00
edbus_private_types.h edbus: fix compilation on Windows. 2013-03-16 15:40:29 +09:00
edbus_proxy.c edbus: fix compilation on Windows. 2013-03-16 15:40:29 +09:00
edbus_proxy.h efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
edbus_service.c edbus: fix compilation on Windows. 2013-03-16 15:40:29 +09: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