summaryrefslogtreecommitdiff
path: root/gio/gdbusconnection.c
AgeCommit message (Expand)Author
2018-02-15gdbusconnection: Fix error in g_dbus_connection_emit_signal() docsPhilip Withnall
2018-01-09docs: Mention D-Bus reply types are tuplesPhilip Withnall
2017-12-03gdbusconnection: Fix link in documentationMichael Catanzaro
2017-11-12docs: add missing '*' chars at start of doc-commentsStefan Sauer
2017-10-26Use hash tables as sets in various placesPhilip Withnall
2017-06-28Disambiguate source namesMatthias Clasen
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2017-05-12gdbus: fix use-after-freeLars Uebernickel
2017-04-28gdbusconnection: Add some comments about object ownershipPhilip Withnall
2017-04-08gdbus: fix false positive g_warning() in remove_filter()Ole André Vadla Ravnås
2017-03-27gdbus: Initialize types at async entrypointsINSUN PYO
2017-03-14Use single non-Unicode quotation marks in a new translatable messagePiotr Drąg
2017-03-14Use consistent quotation marks in a new translatable messagePiotr Drąg
2017-03-14gdbusmessage: Add missing G_GNUC_PRINTF attributePhilip Withnall
2017-02-08docs: Add links to D-Bus specification for D-Bus address formatPhilip Withnall
2017-02-05gdbus: make gdbusconnection ids thread-safeFabrice Bellet
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2016-10-24Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0Matthias Clasen
2016-10-12Use Unicode in translatable stringsPiotr Drąg
2016-06-29gio: Add source tags to various GTasks constructed in GLibPhilip Withnall
2016-03-01GDBusConnection: use uint for bitshiftsAllison Ryan Lortie
2015-10-06gdbusconnection: Add missing (nullable) to get_peer_credentials()Philip Withnall
2015-09-12gio: Intern all signal names beforehandMatthias Clasen
2015-08-24gdbus: fix race condition in connection filter freeingDan Winship
2015-08-18Add a g_dbus_connection_register_object_with_closures functionJanusz Lewandowski
2015-08-06gdbusconnection: Don't g_printerr() when exitingColin Walters
2015-07-21gdbusconnection: Fix signal subscription documentationArun Raghavan
2015-06-05GDBus: Add new call flag to allow interactive authorizationJan Safranek
2015-04-21gdbus: fix out-of-bound array accessMarc-André Lureau
2015-04-06gdbus: fix deadlock on message cancel/timeoutDan Winship
2015-04-04gio: (belatedly) port gdbus from GSimpleAsyncResult to GTaskDan Winship
2014-07-09Fix typoMichael Catanzaro
2014-03-27gio: Add names to idles and timeoutsBastien Nocera
2014-02-08Convert remaining examples to linksMatthias Clasen
2014-02-08Eradicate links and xrefsMatthias Clasen
2014-02-06Docs: replace <literal> by `Matthias Clasen
2014-02-01Don't use the quote tagMatthias Clasen
2014-02-01Annotate all examples with their languageMatthias Clasen
2014-02-01Docs: Big entity cleanupMatthias Clasen
2014-02-01GDBusConnection: Convert docs to markdownMatthias Clasen
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2014-01-30Docs: don't use <footnote>Matthias Clasen
2014-01-02GDBusConnection: don't write to stdoutRyan Lortie
2014-01-01Fix a typo in a commentMatthias Clasen
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship
2013-07-01GDBusConnection: be more careful with async GetAllRyan Lortie
2013-06-22GDBusConnection: allow async property handlingRyan Lortie
2013-06-22GDBusMethodInvocation: add 'property_info'Ryan Lortie
2013-06-22GDBusConnection: some straight-up refactoringRyan Lortie