gecko-dev/ipc/dbus
Thomas Zimmermann d87cf6c017 Bug 919913: Add send methods to RawDBusConnection, r=qdot
This patch adds methods for sending DBus messages to the class
RawDBusConnection. There are 3 types of interfaces.

 - Send             Sends a message over DBus. No error checking or
                    handling of replies is performed. These methods
                    do not block the sending thread.

 - SendWithReply    Sends a message over DBus and runs a call-back
                    function for the reply. This should be the default
                    case for most scenarios. These methods do not
                    block the sending thread.

 - SendWithError    Sends a message over DBus and waits for the reply
                    or an error. This interface has only been added for
                    some existing code that can safely block the sending
                    thread. Don't use it in new code.

These 3 types of interfaces represent what is currently used of the
existing send functions in DBusUtils. When all users have been converted
to the new methods, the interfaces in DBusUtils can be removed.
2013-10-01 10:20:21 +02:00
..
DBusThread.cpp Bug 853550: Cleanup DBus thread handling, r=qdot 2013-08-30 20:18:40 +02:00
DBusThread.h Bug 830290: Added dispatch function for DBus thread r=bent,qdot 2013-01-14 11:50:27 +01:00
DBusUtils.cpp Bug 784739 - Switch from NULL to nullptr in ipc/. r=ehsan 2013-08-23 15:51:44 -04:00
DBusUtils.h Bug 784739 - Switch from NULL to nullptr in ipc/. r=ehsan 2013-08-23 15:51:44 -04:00
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
moz.build Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
RawDBusConnection.cpp Bug 919913: Add send methods to RawDBusConnection, r=qdot 2013-10-01 10:20:21 +02:00
RawDBusConnection.h Bug 919913: Add send methods to RawDBusConnection, r=qdot 2013-10-01 10:20:21 +02:00