summaryrefslogtreecommitdiff
path: root/gio/gdbusconnection.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Merge branch 'cleanup-warnings-split-8' into 'main'Philip Withnall2022-04-011-4/+4
|\
| * Fix redefinition of local variable in gio/gdbusconnection.cLoic Le Page2022-02-181-4/+4
* | gdbusconnection: Use g_strv_contains() rather than a home-grown versionPhilip Withnall2022-03-171-18/+2
* | docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-3/+3
|/
* Amend g_bus_get* documentation regarding private connectionHu Jialun2022-01-281-2/+6
* gdbusconnection: Fix race between subtree method call and unregistrationPhilip Withnall2021-10-281-3/+4
* gdbusconnection: Fix race between method calls and object unregistrationPhilip Withnall2021-10-281-12/+54
* gdbusconnection: Make ExportedInterface/ExportedSubtree refcountedPhilip Withnall2021-10-281-6/+36
* gdbusconnection: Add some ownership annotationsPhilip Withnall2021-10-281-8/+8
* gdbusconnection: Move ExportedSubtree definitionPhilip Withnall2021-10-281-27/+27
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-9/+9
* gdbusconnection: Fix a typo in a code commentPhilip Withnall2021-06-101-1/+1
* docs: Expand documentation about D-Bus GUIDsPhilip Withnall2021-06-101-0/+9
* Merge branch 'confusing_errors' into 'main'Philip Withnall2021-06-091-5/+22
|\
| * gdbusconnection: removed a confusing messagenitinosiris2021-06-081-5/+22
* | docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-4/+4
|/
* gdbus: document completion after idle action for g_dbus_connection_signal_uns...Thomas Haller2021-05-101-0/+3
* gdbus: simplify error handling in g_dbus_connection_send_message_unlocked()th/gdbus-cleanupThomas Haller2021-03-311-14/+5
* gdbus: refactor duplicate code for freeing FilterDataThomas Haller2021-03-311-22/+22
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-4/+4
* gdbus: Add flags to require authentication as the same userPhilip Withnall2021-02-111-6/+11
* gdbus: Reject attempts to set future connection or server flagswip/gdbus-flags-from-the-futureSimon McVittie2021-02-081-0/+11
* gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-2/+2
* Fix missing initializer warning in gio/gdbusconnection.c:g_dbus_connection_re...Emmanuel Fleury2021-02-011-1/+2
* gdbusconnection: Improve documentation formatting slightlyPhilip Withnall2020-12-151-4/+4
* gdbusconnection: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-151-16/+17
* docs: Document not to use `volatile` qualifiersPhilip Withnall2020-11-201-3/+9
* gdbusconnection: Drop unnecessary volatile qualifiers from variablesPhilip Withnall2020-11-201-11/+11
* gdbus: Document the intended semantics of handles and fdsSimon McVittie2020-10-281-0/+25
* gdbusconnection: Clarify nullability of SignalInstance.senderPhilip Withnall2020-04-031-2/+4
* gdbusconnection: Document main context iteration for unsubscriptionsPhilip Withnall2020-02-241-0/+8
* gdbusconnection: Simplify some control flowPhilip Withnall2020-02-241-4/+1
* gdbusconnection: Drop an unnecessary GMainContext referencePhilip Withnall2020-02-241-7/+1
* gdbusconnection: Document threading and refcounting for signalsPhilip Withnall2020-01-201-0/+18
* gdbusconnection: Tidy up unsubscription codePhilip Withnall2020-01-201-22/+11
* gdbusconnection: Fix race when emitting D-Bus signal callbacksPhilip Withnall2020-01-201-15/+12
* gdbusconnection: Tidy up destroy notification for signal subscriptionsPhilip Withnall2020-01-201-23/+9
* gdbusconnection: Allocate SignalSubscriber structs individuallyPhilip Withnall2020-01-201-42/+63
* gdbus: Fix runtime warning with debug enabledBastien Nocera2019-12-111-6/+8
* gatomic: Add various casts to use of g_atomic_*()s to fix warningsPhilip Withnall2019-09-211-4/+4
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-2/+2
* gio: Fix minor docs mistakesMatthew Leeds2019-07-151-4/+4
* gio: Make minor docs improvementsMatthew Leeds2019-06-251-4/+4
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-1/+5
* gdbusconnection: add a getter for the flags propertyCosimo Cecchi2018-12-201-0/+27
* gdbusconnection: Add missing (nullable) annotation to get_unique_name()Philip Withnall2018-11-151-1/+1
* docs: Clarify return/error behaviour of D-Bus signal subscriptionsPhilip Withnall2018-11-131-0/+5
* Spelling: Fix spelling of "similarly"Simon McVittie2018-09-251-1/+1
* gdbusconnection: Drop an outdated TODO commentPhilip Withnall2018-07-101-9/+0