summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectmanagerclient.c
AgeCommit message (Expand)Author
2023-11-29Remove all nicks and blurbs from param specsSophie Herold
2023-10-25docs: Move the GDBusObjectManagerClient SECTIONPhilip Withnall
2022-12-16gdbusobjectmanagerclient: Simplify g-name-owner changes codeMarco Trevisan (Treviño)
2022-06-23gsignal: Add G_CONNECT_DEFAULTSimon McVittie
2022-05-18gio: Add SPDX license headers automaticallyPhilip Withnall
2022-04-04Fix redefinition of local variable in gio/gdbusobjectmanagerclient.cLoic Le Page
2021-09-22gdbusobjectmanagerclient: Remove an unused labelPhilip Withnall
2021-09-22gdbusobjectmanagerclient: Don’t warn if removing an interface failsPhilip Withnall
2021-06-28gdbusobjectmanagerclient: Cancel GetManagedObjects on disposeGuido Günther
2021-06-28gdbusobjectmanagerclient: Call GetManagedObjects asyncGuido Günther
2021-06-28gdbusobjectmanagerclient: Move weak ref helpers upwardsGuido Günther
2020-06-12tree: Fix various typos and outdated terminologyPhilip Withnall
2020-01-21gdbusobjectmanagerclient: Fix race in signal emissionPhilip Withnall
2019-06-17gio: remove use of generic marshaller from GIO objectsChristian Hergert
2018-04-25gdbus: Clarify types of g-properties-changed signal argumentsPhilip Withnall
2017-10-11gio: fix race condition in GDBusObjectManagerClientBeniamino Galvani
2017-09-11gio: Annotate GDBusObjectManagerClient signal appropriatelyEmmanuele Bassi
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2017-04-10Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2015-09-12gio: Intern all signal names beforehandMatthias Clasen
2015-08-07gio: fix a leftover GSimpleAsyncResult usageDan Winship
2014-07-14gio: avoid g_object_ref(NULL) in g_dbus_object_manager_client_finalizeSyncEvolution Nightly Testing
2014-05-23gio: port annotations from the Vala metadata.Evan Nemerson
2014-02-08Eradicate links and xrefsMatthias Clasen
2014-02-06Docs: replace <literal> by `Matthias Clasen
2014-02-05Convert external links to markdown syntaxMatthias Clasen
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2013-11-27GDBusObjectManagerClient: keep the manager alive while firing signalsRui Matos
2013-10-23gdbus: Work around a D-Bus bug with path_namespace='/' match rulesPhilip Withnall
2013-09-24gio: Fix typo in the /org/freedesktop/DBus pathJames Strandboge
2013-06-24Rename the generated private data getter functionEmmanuele Bassi
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi
2013-02-09gdbusobjectmanagerclient: always connect to proxy's 'g-signal'Aleksander Morgado
2012-11-15gdbus: Fix some compiler warningsColin Walters
2012-10-26gdbus: Allow GDBusObjectManagerClient to work on peer connectionsStef Walter
2012-06-23Remove a few redundant ;sMatthias Clasen
2012-04-17GDBusObjectManagerClient: Don't leak object proxy when handling D-Bus signalDavid Zeuthen
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell
2012-01-03gio/*: Use g_list_free_full() convenience functionJavier Jardón
2011-10-27gdbus: avoid warning when finalizing a GDBusObjectManagerClientAleksander Morgado
2011-10-04GDBus: switch to struct-embedded GMutex and GCondRyan Lortie
2011-09-21GDBusObject{Proxy,Skeleton}: Prefix properties with g- to avoid collisionsDavid Zeuthen
2011-08-29GDBusObjectManagerClient: Add lockingDavid Zeuthen
2011-08-15GDBusObjectManagerClient: Emit signals on proxy before emitting on managerDavid Zeuthen
2011-07-19Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin
2011-06-20Stop using glib-genmarshal at build timeColin Walters
2011-04-25gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypesDavid Zeuthen
2011-04-16GDBusObjectManagerClient: Add a GDestroyNotify to the user_dataDavid Zeuthen