summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectmanagerclient.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Clarify types of g-properties-changed signal argumentsPhilip Withnall2018-04-251-1/+1
* gio: fix race condition in GDBusObjectManagerClientBeniamino Galvani2017-10-111-6/+9
* gio: Annotate GDBusObjectManagerClient signal appropriatelyEmmanuele Bassi2017-09-111-1/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-13/+13
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* gio: fix a leftover GSimpleAsyncResult usageDan Winship2015-08-071-1/+0
* gio: avoid g_object_ref(NULL) in g_dbus_object_manager_client_finalizeSyncEvolution Nightly Testing2014-07-141-1/+2
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-2/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-5/+5
* Docs: replace <literal> by `Matthias Clasen2014-02-061-1/+1
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-2/+2
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-7/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GDBusObjectManagerClient: keep the manager alive while firing signalsRui Matos2013-11-271-1/+8
* gdbus: Work around a D-Bus bug with path_namespace='/' match rulesPhilip Withnall2013-10-231-5/+17
* gio: Fix typo in the /org/freedesktop/DBus pathJames Strandboge2013-09-241-2/+2
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-5/+2
* gdbusobjectmanagerclient: always connect to proxy's 'g-signal'Aleksander Morgado2013-02-091-4/+5
* gdbus: Fix some compiler warningsColin Walters2012-11-151-2/+2
* gdbus: Allow GDBusObjectManagerClient to work on peer connectionsStef Walter2012-10-261-32/+38
* Remove a few redundant ;sMatthias Clasen2012-06-231-1/+1
* GDBusObjectManagerClient: Don't leak object proxy when handling D-Bus signalDavid Zeuthen2012-04-171-2/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-8/+8
* gio/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-031-4/+2
* gdbus: avoid warning when finalizing a GDBusObjectManagerClientAleksander Morgado2011-10-271-3/+3
* GDBus: switch to struct-embedded GMutex and GCondRyan Lortie2011-10-041-29/+29
* GDBusObject{Proxy,Skeleton}: Prefix properties with g- to avoid collisionsDavid Zeuthen2011-09-211-2/+2
* GDBusObjectManagerClient: Add lockingDavid Zeuthen2011-08-291-19/+88
* GDBusObjectManagerClient: Emit signals on proxy before emitting on managerDavid Zeuthen2011-08-151-9/+9
* Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin2011-07-191-2/+2
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-3/+2
* gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypesDavid Zeuthen2011-04-251-1/+17
* GDBusObjectManagerClient: Add a GDestroyNotify to the user_dataDavid Zeuthen2011-04-161-1/+39
* GDBus: Add some gobject-introspection annotations for new codeDavid Zeuthen2011-04-161-10/+14
* Add "Since: 2.30" for new D-Bus routinesDavid Zeuthen2011-04-081-0/+40
* Start merging gdbus-codegen codeDavid Zeuthen2011-04-081-0/+1575