summaryrefslogtreecommitdiff
path: root/gio/gdbusconnection.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0"Piotr Drąg2018-06-081-15/+15
* gdbusconnection: Fix a typo in the documentation for close_sync()Philip Withnall2018-04-191-1/+1
* g_test_dbus_down: Ensure next test does not use old connectionSimon McVittie2018-04-101-0/+16
* gdbusconnection: Fix error in g_dbus_connection_emit_signal() docsPhilip Withnall2018-02-151-1/+3
* docs: Mention D-Bus reply types are tuplesPhilip Withnall2018-01-091-2/+5
* gdbusconnection: Fix link in documentationMichael Catanzaro2017-12-031-1/+1
* docs: add missing '*' chars at start of doc-commentsStefan Sauer2017-11-121-1/+1
* Use hash tables as sets in various placesPhilip Withnall2017-10-261-7/+7
* Disambiguate source namesMatthias Clasen2017-06-281-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gdbus: fix use-after-freeLars Uebernickel2017-05-121-4/+2
* gdbusconnection: Add some comments about object ownershipPhilip Withnall2017-04-281-5/+6
* gdbus: fix false positive g_warning() in remove_filter()Ole André Vadla Ravnås2017-04-081-1/+4
* gdbus: Initialize types at async entrypointsINSUN PYO2017-03-271-0/+13
* Use single non-Unicode quotation marks in a new translatable messagePiotr Drąg2017-03-141-1/+1
* Use consistent quotation marks in a new translatable messagePiotr Drąg2017-03-141-1/+1
* gdbusmessage: Add missing G_GNUC_PRINTF attributePhilip Withnall2017-03-141-1/+1
* docs: Add links to D-Bus specification for D-Bus address formatPhilip Withnall2017-02-081-2/+4
* gdbus: make gdbusconnection ids thread-safeFabrice Bellet2017-02-051-8/+8
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-59/+59
* Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0Matthias Clasen2016-10-241-15/+15
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-15/+15
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+6
* GDBusConnection: use uint for bitshiftsAllison Ryan Lortie2016-03-011-2/+2
* gdbusconnection: Add missing (nullable) to get_peer_credentials()Philip Withnall2015-10-061-2/+2
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-1/+1
* gdbus: fix race condition in connection filter freeingDan Winship2015-08-241-41/+95
* Add a g_dbus_connection_register_object_with_closures functionJanusz Lewandowski2015-08-181-0/+253
* gdbusconnection: Don't g_printerr() when exitingColin Walters2015-08-061-11/+0
* gdbusconnection: Fix signal subscription documentationArun Raghavan2015-07-211-1/+2
* GDBus: Add new call flag to allow interactive authorizationJan Safranek2015-06-051-1/+7
* gdbus: fix out-of-bound array accessMarc-André Lureau2015-04-211-2/+2
* gdbus: fix deadlock on message cancel/timeoutDan Winship2015-04-061-30/+28
* gio: (belatedly) port gdbus from GSimpleAsyncResult to GTaskDan Winship2015-04-041-280/+151
* Fix typoMichael Catanzaro2014-07-091-1/+1
* gio: Add names to idles and timeoutsBastien Nocera2014-03-271-0/+11
* Convert remaining examples to linksMatthias Clasen2014-02-081-4/+16
* Eradicate links and xrefsMatthias Clasen2014-02-081-38/+41
* Docs: replace <literal> by `Matthias Clasen2014-02-061-7/+7
* Don't use the quote tagMatthias Clasen2014-02-011-4/+3
* Annotate all examples with their languageMatthias Clasen2014-02-011-2/+2
* Docs: Big entity cleanupMatthias Clasen2014-02-011-1/+1
* GDBusConnection: Convert docs to markdownMatthias Clasen2014-02-011-356/+368
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-4/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use <footnote>Matthias Clasen2014-01-301-8/+4
* GDBusConnection: don't write to stdoutRyan Lortie2014-01-021-5/+5
* Fix a typo in a commentMatthias Clasen2014-01-011-1/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-4/+0
* GDBusConnection: be more careful with async GetAllRyan Lortie2013-07-011-3/+19