gecko-dev/ipc/dbus
Thomas Zimmermann 4de46e8113 Bug 884840: Added DBusReplyHandler, r=qdot
Handler functions for DBus replies sometimes need several data fields
or need to keep state over replies for multiple messages. The DBus API
itself only allows for a single pointer to user data.

The class DBusReplyHandler is a base class for implementing DBus reply-
message handlers. Users of DBus can inherit from this class to implement
message-specific handlers.

--HG--
extra : rebase_source : 91c5f6e8d365922fd3b52fbaf502052f86274f16
2013-07-09 09:55:08 +02:00
..
DBusThread.cpp Bug 830290: Added dispatch function for DBus thread r=bent,qdot 2013-01-14 11:50:27 +01: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 884840: Added DBusReplyHandler, r=qdot 2013-07-09 09:55:08 +02:00
DBusUtils.h Bug 884840: Added DBusReplyHandler, r=qdot 2013-07-09 09:55:08 +02:00
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
moz.build Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
RawDBusConnection.cpp Bug 830290: Cleanup DBus EventLoop function r=bent,qdot 2013-01-14 11:50:18 +01:00
RawDBusConnection.h Bug 830290: Cleanup DBus EventLoop function r=bent,qdot 2013-01-14 11:50:18 +01:00