summaryrefslogtreecommitdiff
path: root/src/gdbusxx/gdbus-cxx-bridge.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-10GDBus GIO: added traits utility class for enumPatrick Ohly1-0/+22
2012-05-10GDBus GIO: fixed SignalWatch4Patrick Ohly1-4/+4
2012-05-08dbus-wrappers: Add delayed message processing for DBus connections.Krzesimir Nowak1-1/+4
2012-05-08gio-gdbus-wrapper: Trivial fixes.Chris Kühl1-102/+128
2012-05-08gio-gdbus-wrapper: Remove unused function.Krzesimir Nowak1-8/+0
2012-05-08gio-gdbus-wrapper: Use literal version of error reply creation functions.Krzesimir Nowak1-4/+4
2012-05-08gio-gdbus-wrapper: Made DBusObject's destructor virtual.Chris Kühl1-1/+1
2012-05-08GDBus GIO+libdbus: GDBusMessagePtr -> DBusMessagePtrKrzesimir Nowak1-77/+79
2012-04-26GDBus GIO: fix GDBusInterfaceInfo in error casePatrick Ohly1-7/+12
2012-04-26GDBus GIO: one GDBusMethodInvocation was leaked per method callPatrick Ohly1-3/+20
2012-04-26GDBus GIO: fixed GDBusServer leak + stopping serverPatrick Ohly1-0/+2
2012-03-06GDBus GIO: add variant append supportMikel Astiz1-0/+33
2012-02-17GDBus libdbus+GIO: support blocking D-Bus callsKrzesimir Nowak1-152/+306
2012-02-17GDBus GIO: SignalWatch activation for one-to-one connectionsKrzesimir Nowak1-7/+14
2012-02-17GDBus GIO: simplified AppendRetvalsPatrick Ohly1-28/+28
2012-02-17GDBus GIO: fixed memory leak in prepare()Patrick Ohly1-4/+6
2012-01-30GDBus GIO: improved DBusArray encodingPatrick Ohly1-5/+7
2012-01-17GDBus GIO: no timeout for D-Bus method invocationsPatrick Ohly1-2/+3
2012-01-17GDBus + libdbus/GIO: use dedicated class for plain buffersPatrick Ohly1-5/+64
2012-01-17GDBus + GIO: improved D-Bus method callsPatrick Ohly1-50/+101
2012-01-17GDBus GIO: implemented client/serverPatrick Ohly1-0/+42
2012-01-17DBus (both): added the possibility to let DBusObjectHelper close the connectionPatrick Ohly1-3/+6
2012-01-17GDBus GIO: fixed asynchronous message repliesPatrick Ohly1-1/+7
2012-01-17GDBus GIO: avoid segfault when activating object with no signals or no methodsPatrick Ohly1-2/+4
2012-01-17GDBus + GIO: added exception for failure to add signal watchPatrick Ohly1-0/+7
2012-01-17GDBus + GIO: fixed error namePatrick Ohly1-4/+4
2012-01-11GDBus GIO: fixed compile errorPatrick Ohly1-1/+1
2011-12-19GIO GDBus: fixed memory corruptionPatrick Ohly1-2/+27
2011-12-19GDBus: API and usage cleanupPatrick Ohly1-78/+71
2011-12-01GDBus (GIO + dbus-1): intrusive pointer methods in global namespacePatrick Ohly1-6/+7
2011-12-01GIO GDBus: avoid compiler problem with g++ 4.4Patrick Ohly1-1/+1
2011-11-30GIO GDBus: fixed memory leak in DBusObjectHelperPatrick Ohly1-2/+10
2011-11-30GDBus CXX (dbus-1 and gio): avoid uninitialized memory access in SignalWatchPatrick Ohly1-2/+5
2011-11-30GIO GDBus: fixed cut-and-paste error in error handlingPatrick Ohly1-1/+1
2011-11-29GIO GDBus: remove redundant pointer in DBusErrorCXXPatrick Ohly1-10/+3
2011-11-29dbus: Create dbus wrapper using the GIO GDBus dbus implementationChris Kühl1-1594/+1648
2011-11-29build: Enable configure switch to build with GIO GDBusChris Kühl1-0/+4365