summaryrefslogtreecommitdiff
path: root/gio/gdbusproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-27/+9
* gio: Use g_ptr_array_sort_values()Marco Trevisan (Treviño)2023-01-061-8/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gdbusproxy: Make 'g-signal' signal detailedAleksandr Mezin2021-11-231-2/+6
* gdbusproxy: Add G_DBUS_PROXY_FLAGS_NO_MATCH_RULE flagLubomir Rintel2021-11-041-3/+7
* docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-1/+1
* gdbus: Add various missing (nullable) or (not nullable) annotationsPhilip Withnall2021-06-031-4/+8
* gdbusproxy: Recommend it is not used for stateless servicesPhilip Withnall2021-05-131-0/+7
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-1/+1
* gtask: Improve task names used internally within GLibPhilip Withnall2020-07-071-0/+3
* gdbusproxy: Simplify a pointer theftPhilip Withnall2020-02-241-2/+1
* gdbusproxy: Tidy up some memory management codePhilip Withnall2020-02-241-8/+4
* gdbusproxy: Replace home-grown weak ref implementation with GWeakRefPhilip Withnall2020-02-241-81/+23
* Merge branch 'gdbusproxy_prefixes_unstripped_error' into 'master'Philip Withnall2019-06-181-0/+1
|\
| * gdbus: proxy : Strip remote error on activation failureEmmanuel Fleury2019-06-181-0/+1
* | gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-2/+9
|/
* gdbusproxy: Add G_DBUS_DEBUG=proxy supportRichard Hughes2019-01-251-8/+14
* gdbusproxy: only connect to NameOwnerChanged for message busesCosimo Cecchi2018-12-201-1/+2
* gdbusproxy: make g-name-owner property useful with unique namesCosimo Cecchi2018-11-101-3/+2
* gdbusproxy: Document blocking guarantees of constructorsPhilip Withnall2018-10-091-0/+8
* gdbus: Improve error when well-known name is unownedMichael Catanzaro2018-09-121-5/+7
* gdbus: Clarify types of g-properties-changed signal argumentsPhilip Withnall2018-04-251-1/+1
* gdbusproxy: Add some missing (transfer) and (nullable) annotationsPhilip Withnall2018-02-121-12/+19
* docs: Fix a typo in the GDBusProxy documentationPhilip Withnall2018-01-111-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gdbus: Initialize types at async entrypointsINSUN PYO2017-03-271-0/+6
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-28/+28
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+3
* GDbusProxy: Plug memory leak.Hans Petter Jansson2016-06-151-1/+2
* GDBusProxy: Fix a memory leak during initializationEvangelos Foutras2015-11-251-0/+1
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* gio/gdbusproxy.c: Include gasyncresult.hChun-wei Fan2015-04-071-0/+1
* gio: (belatedly) port gdbus from GSimpleAsyncResult to GTaskDan Winship2015-04-041-158/+108
* Convert remaining examples to linksMatthias Clasen2014-02-081-1/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-12/+11
* Remove a few overlooked literalsMatthias Clasen2014-02-061-12/+11
* Docs: replace <literal> by `Matthias Clasen2014-02-061-4/+4
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-3/+4
* Drop use of the command tagMatthias Clasen2014-02-011-2/+1
* Annotate all examples with their languageMatthias Clasen2014-02-011-3/+3
* Docs: Big entity cleanupMatthias Clasen2014-02-011-2/+2
* GDBusProxy: Convert docs to markdownMatthias Clasen2014-02-011-18/+13
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GDBusProxy: add flag to control autostarting at construction timeGiovanni Campagna2013-10-041-7/+8
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-5/+3
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-3/+3
* GDBusProxy: Treat org.freedesktop.systemd1.Masked error as non-fatalDavid Zeuthen2012-06-081-8/+26
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-12/+12