summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Replace snprintf() with g_strdup_printf()Daniel Wagner2020-05-261-22/+43
* gdbus/client: Use g_dbus_send_message if callback is not setLuiz Augusto von Dentz2016-07-141-12/+14
* gdbus/client: Always call ready callbackLuiz Augusto von Dentz2016-07-141-3/+3
* gdbus: Move typedefs for interwork with strict compilersGrant Erickson2015-12-091-6/+6
* gdbus: Fix Memory LeakSaurav Babu2015-12-091-25/+25
* gdbus: Drop message replies if the sender requested no replyPhilip Withnall2015-12-091-1/+2
* gdbus: Remove unnecessary empty lineJohan Hedberg2015-12-091-1/+0
* gdbus: add method for immediate property updateJakub Pawlowski2015-12-092-3/+23
* gdbus: Temporarily revert patchPatrik Flykt2015-12-091-5/+4
* gdbus: Move typedefs for interwork with strict compilersGrant Erickson2015-10-211-4/+5
* gdbus: Close private connection if setup failsLuiz Augusto von Dentz2015-04-201-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-261-2/+7
* gdbus/client: Allow specifying ObjectManager pathArman Uguray2015-03-262-6/+22
* gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray2015-03-261-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-09-081-2/+8
* gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz2014-09-081-1/+0
* Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz2014-09-081-7/+1
* gdbus: Fix use after freeAndrei Emeltchenko2014-09-081-3/+8
* gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi2014-09-081-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
* gdbus/client: Use g_dbus_add_service_watch to track servicesLuiz Augusto von Dentz2013-09-121-135/+38
* gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz2013-09-121-0/+2
* gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz2013-09-121-17/+8
* gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz2013-09-121-2/+6
* gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz2013-09-101-2/+2
* gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2013-09-102-64/+42
* gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-102-0/+14
* gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz2013-09-101-16/+53
* gdbus: Remove proxies when client disconnectsHenrique Dante de Almeida2013-06-191-0/+4
* gdbus: Fix using NULL DBusPendingCall when disconnected from D-BusAnderson Lizardo2013-05-081-0/+5
* gdbus: Fix segfault when D-Bus daemon exitsAnderson Lizardo2013-05-081-0/+2
* gdbus: Fix calling GetManagedObjects twice in a rowLuiz Augusto von Dentz2013-05-031-7/+18
* gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz2013-04-081-13/+10
* gdbus: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-081-6/+6
* gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka2013-02-231-2/+3