summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Nuke redundant signatures from introspection data + fixup error returnsDavid Zeuthen1-6/+4
2010-05-05Slightly rework introspection data structuresDavid Zeuthen1-1/+14
2010-05-05Add (de/)serialization methods to GCredentialsDavid Zeuthen1-0/+2
2010-05-05Add support for a G_DBUS_DEBUG environment variableDavid Zeuthen1-0/+1
2010-05-05Add SHA1 authentication mechanismDavid Zeuthen3-0/+59
2010-05-04Add a way of dealing with credentialsDavid Zeuthen3-1/+27
2010-05-02Add back GDBusServerDavid Zeuthen3-0/+22
2010-04-27Add return_if_fail and docs for D-Bus address routinesDavid Zeuthen1-1/+1
2010-04-27Ensure return_if_fail guards for GDBusConnection and g_dbus_is_member_name()David Zeuthen1-1/+2
2010-04-27Rename g_dbus_is_interface() to g_dbus_is_interface_name()David Zeuthen1-1/+1
2010-04-27Rename GDBusConnectionCapabilityFlags to GDBusCapabilityFlagsDavid Zeuthen1-1/+1
2010-04-26Add GBusNameWatcherFlags to the docsDavid Zeuthen1-0/+1
2010-04-26Make all invoke_method() functions take a GDBusInvokeMethodFlagsDavid Zeuthen1-0/+1
2010-04-26Add example-unix-fd-client.cDavid Zeuthen1-0/+1
2010-04-26Negotiate UNIX file descriptor passingDavid Zeuthen1-0/+2
2010-04-24Add GBusAcquiredCallback to avoid a race with g_bus_own_name()David Zeuthen1-0/+1
2010-04-24Update docsDavid Zeuthen1-1/+1
2010-04-24Use g_bus_get instead of g_dbus_connection_bus_getDavid Zeuthen1-4/+4
2010-04-24Export MethodInfo and Message as properties of the MethodInvocation classDavid Zeuthen1-0/+2
2010-04-24Provide boxed types for introspection data structuresDavid Zeuthen1-0/+9
2010-04-23Implement various validation routinesDavid Zeuthen1-4/+4
2010-04-23Add g_dbus_error_register_error_domain()David Zeuthen1-0/+2
2010-04-23Use 'close' instead of 'disconnect' through the APIDavid Zeuthen1-13/+12
2010-04-22Use raise(SIGTERM) instead of _exit(1) when remote peer disconnectsDavid Zeuthen1-1/+2
2010-04-22Add g_dbus_is_activated() functionDavid Zeuthen1-0/+1
2010-04-22Various cleanupsDavid Zeuthen3-47/+30
2010-04-07Slightly fix up docsDavid Zeuthen3-2/+86
2009-11-09implement GDBusSubtreeFlags enumerationMikkel Kamstrup Erlandsen1-0/+1
2009-10-20Add a way to get all cached property names and use it in exampleDavid Zeuthen1-0/+1
2009-10-20Add GDBusServer class and a way to connect to an addressDavid Zeuthen3-1/+24
2009-10-16Provide a way to register a whole subtree of dynamic objectsDavid Zeuthen1-0/+6
2009-10-15Don't require a GObject when registering objects, gpointer is good enoughDavid Zeuthen1-1/+4
2009-10-15Rename GDBusProxy's timeout to default_timeoutDavid Zeuthen1-2/+2
2009-10-15Introduce proxy default timeoutDavid Zeuthen1-0/+2
2009-10-15Add g_dbus_is_remote_error() functionDavid Zeuthen1-2/+3
2009-10-15Drop _with_reply in functions used for method invocationDavid Zeuthen1-6/+4
2009-10-15Add convenience API on GDBusProxy to invoke methodsDavid Zeuthen1-0/+4
2009-10-14Remove g_name from introspection data and clean up a few other thingsDavid Zeuthen1-6/+4
2009-10-14Clarify the GDBusError docs and remove hard-coded nick-namesDavid Zeuthen1-1/+8
2009-10-14Add code for handling D-Bus messagesDavid Zeuthen1-0/+6
2009-10-13Initial monkey-work for GDBusMethodInvocationDavid Zeuthen3-0/+26
2009-10-13Move everything to GVariant - nuke gdbus-lowlevel headers and C type mappingDavid Zeuthen3-164/+5
2009-10-13Add g_dbus_connection_invoke_method()David Zeuthen1-0/+1
2009-10-13First stab at using GVariant instead of DBusMessageDavid Zeuthen1-0/+3
2009-10-13Add first stab at exporting objectsDavid Zeuthen1-3/+6
2009-10-10Port EggDBus's Introspection XML parserDavid Zeuthen2-0/+23
2009-10-09Remove connection reconnection logic and unify name owning/watchingDavid Zeuthen3-60/+14
2009-09-05Add machinery for watching proxies and rework connection/proxiesDavid Zeuthen2-9/+15
2009-05-05Forgot to add fileDavid Zeuthen1-0/+70
2009-05-05Move gdbus into a separate repo for nowDavid Zeuthen6-0/+340