summaryrefslogtreecommitdiff
path: root/src/eggdbus/eggdbusconnection.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-19Use a private D-Bus connectionDavid Zeuthen1-2/+5
2009-05-27take a ref to the GCancellable when sending messages0.4David Zeuthen1-1/+2
2009-02-11fix up harsh language in commentDavid Zeuthen1-18/+22
2008-12-21drop the _invoke_ part of generated methods; it's clear it's a D-Bus alreadyDavid Zeuthen1-27/+27
2008-12-20fix up EggDBusConnection docsDavid Zeuthen1-44/+149
2008-12-19bring back test_array_of_primitive_types()David Zeuthen1-1/+0
2008-12-19first stab at refactoring EggDBus to use new collection classesDavid Zeuthen1-21/+19
2008-12-11add a way to unregister interfacesDavid Zeuthen1-72/+249
2008-12-10avoid printing out the same node name multiple timesDavid Zeuthen1-1/+14
2008-12-10clarify docsDavid Zeuthen1-4/+4
2008-12-10use separate proxies for interfacesDavid Zeuthen1-257/+320
2008-12-09use proper C types instead of abominations like GStrv or EggDBusObjectPathDavid Zeuthen1-13/+13
2008-12-09add boxed types for ObjectPath and SignatureDavid Zeuthen1-20/+28
2008-12-08remove _async() and add _sync(); to discourage use of synchronous callsDavid Zeuthen1-55/+55
2008-12-05make error domains declared in introspection XML work properlyDavid Zeuthen1-0/+36
2008-12-02clean up error handling for org.fd.DBus.Properties and add test casesDavid Zeuthen1-21/+38
2008-12-02minor EggDBusConnection cleanupsDavid Zeuthen1-20/+84
2008-12-01make egg_dbus_error_new_remote_exception() and friends privateDavid Zeuthen1-9/+9
2008-12-01implement configurable timeout and add testsDavid Zeuthen1-2/+21
2008-12-01add cancellation and block-until-ready supportDavid Zeuthen1-77/+289
2008-11-30add back test suite for primitive typesDavid Zeuthen1-13/+13
2008-11-30move all code from the GDBus namespace to the EggDBus namespaceDavid Zeuthen1-0/+2030