summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Emit InterfacesAdded of parents objects firstLuiz Augusto von Dentz2022-02-041-0/+6
* gdbus: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-216-84/+6
* gdbus: Make g_dbus_proxy_get_path take const proxyLuiz Augusto von Dentz2020-09-142-2/+2
* gdbus: Split validation of object path and interfaceLuiz Augusto von Dentz2018-12-181-2/+8
* gdbus: Make sure the object path and interface are validLuiz Augusto von Dentz2018-12-121-0/+4
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* gdbus: Introduce functions appending to dbus messageERAMOTO Masaya2018-03-012-38/+106
* gdbus: Fail to send NULL messagesLuiz Augusto von Dentz2018-01-311-0/+3
* gdbus: Fix replying to messages marked with NOREPLY flagLuiz Augusto von Dentz2018-01-311-7/+10
* client: Use g_dbus_proxy_path_lookup()ERAMOTO Masaya2018-01-021-1/+0
* gdbus: Introduce g_dbus_proxy_path_lookup()ERAMOTO Masaya2018-01-022-0/+22
* gdbus: Make proxy_lookup() globalERAMOTO Masaya2018-01-022-6/+19
* gdbus: Fix crash on proxy removeSzymon Janc2017-12-201-0/+6
* gdbus: Force service to start if proxy is created while not connectedLuiz Augusto von Dentz2017-11-281-1/+28
* gdbus: Fix not emiting PropertiesChangedLuiz Augusto von Dentz2017-11-211-2/+2
* gdbus: Fix not always appending proxy to the listLuiz Augusto von Dentz2017-08-221-3/+3
* gdbus: Fix calling GetAll while GetManagedObjects is pendingLuiz Augusto von Dentz2017-08-151-37/+58
* gdbus: Fix the ordering of signalsVinicius Costa Gomes2016-05-042-2/+19
* gdbus/client: Use g_dbus_send_message if callback is not setLuiz Augusto von Dentz2016-03-081-12/+14
* gdbus/client: Always call ready callbackLuiz Augusto von Dentz2016-01-071-3/+3
* gdbus: Move typedefs for interwork with strict compilersGrant Erickson2015-12-091-6/+6
* gdbus: Fix Memory LeakSaurav Babu2015-12-041-25/+25
* gdbus: Drop message replies if the sender requested no replyPhilip Withnall2015-12-041-1/+2
* gdbus: Remove unnecessary empty lineJohan Hedberg2015-09-191-1/+0
* gdbus: add method for immediate property updateJakub Pawlowski2015-09-192-3/+23
* gdbus: Close private connection if setup failsLuiz Augusto von Dentz2015-04-121-0/+1
* gdbus: Fix crash in g_dbus_create_error_valistSzymon Janc2015-04-091-1/+4
* gdbus: Use g_dbus_create_error_valist internallySzymon Janc2015-04-091-4/+1
* gdbus: Add g_dbus_get_flags functionMichael Janssen2015-04-072-0/+6
* gdbus: Make GDBusClient work without ObjectManagerLuiz Augusto von Dentz2015-03-251-2/+7
* gdbus/client: Allow specifying ObjectManager pathArman Uguray2015-02-272-6/+22
* gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray2015-02-271-1/+2
* gdbus: Fix not calling disconnect functionSzymon Janc2015-02-241-3/+4
* gdbus: Don't refresh objects/props if disconnectedArman Uguray2015-02-221-5/+8
* gdbus: Fix match rule for NameOwnerChangedAlban Crequy2014-09-151-1/+2
* gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz2014-08-201-2/+8
* gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz2014-08-201-1/+0
* Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz2014-08-121-7/+1
* gdbus: Fix use after freeAndrei Emeltchenko2014-08-111-3/+8
* gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi2014-04-031-2/+12
* gdbus: Add g_dbus_proxy_set_property_arrayClaudio Takahasi2014-03-242-0/+92
* gdbus: Add g_dbus_client_set_ready_watch()Claudio Takahasi2014-03-062-1/+20
* gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz2014-02-181-4/+1
* gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo2014-02-181-10/+4
* gdbus: Fix memory leakAnderson Lizardo2014-02-181-0/+2
* gdbus: Fix trying to remove already removed sourcesBastien Nocera2013-11-111-0/+3
* gdbus: Remove not needed check for NULL DBusPendingCallSzymon Janc2013-10-141-5/+0
* gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_replySzymon Janc2013-10-141-1/+10
* gdbus/client: Use g_dbus_add_properties_watch to track propertiesLuiz Augusto von Dentz2013-09-121-79/+56
* gdbus/client: Use g_dbus_add_signal_watch to track signalsLuiz Augusto von Dentz2013-09-121-36/+37