summaryrefslogtreecommitdiff
path: root/tests/dbus
Commit message (Expand)AuthorAgeFilesLines
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-067-122/+122
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-282-16/+8
* tests: Update c-expectedwszqkzqk2023-01-1151-51/+51
* codegen: Emit GType definition for error domainsRico Tzschichholz2022-02-242-0/+8
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-242-0/+2
* codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base classRico Tzschichholz2022-02-2426-0/+27
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-0350-232/+232
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-0318-24/+24
* codegen: Use a dedicated EmitContext for _variant_get*() functionsRico Tzschichholz2021-12-133-105/+105
* codegen: Drop inconsistent space for ObjectType parametersRico Tzschichholz2021-11-2715-50/+50
* gdbus: Use g_dbus_method_invocation_take_error() as simplificationRico Tzschichholz2021-11-1237-160/+80
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-1651-0/+34605
* tests: Add "no-reply" DBus test to increase coverageRico Tzschichholz2021-05-171-0/+102
* codegen: Skip GDBus reply handling when async callback is NULLOle André Vadla Ravnås2021-05-171-0/+95
* tests: Add more "DBus" tests to increase coverageRico Tzschichholz2021-04-192-0/+70
* tests: Add "Bus/DBusConnection.get_proxy*()" tests to increase coverageRico Tzschichholz2020-04-073-0/+177
* gdbus: Use GDBusProxy API to set `g-interface-info` at initialization timeCorentin Noël2020-04-051-0/+62
* tests: Extend "DBus signals" test to increase coverageCorentin Noël2020-04-051-2/+24
* codegen: Fix support of dynamic DBus methodsRico Tzschichholz2019-11-141-0/+63
* tests: Extend "DBus errors" tests to increase coverageRico Tzschichholz2019-01-051-0/+29
* testrunner: Compile and run tests separatelyRico Tzschichholz2018-10-2717-17/+17
* codegen: Fix serializing multidimensional arraysRico Tzschichholz2018-05-121-0/+68
* codegen: Keep arrays alive during async server method callsOle André Vadla Ravnås2018-04-141-0/+70
* gdbus: Fix missing declaration of _fd_list for async methodsRico Tzschichholz2018-03-281-0/+99
* vala: Issue a warning on DBus methods which are not throwing an ErrorDr. Michael Lauer2018-02-111-0/+21
* tests: Fix dbus/filedescriptor-errors.testRico Tzschichholz2017-08-231-2/+2
* gdbus: Don't leak nested HashTable on deserializationRico Tzschichholz2017-05-171-0/+63
* tests: Additional basic-types tests for dbusRico Tzschichholz2017-05-151-0/+6
* codegen: Check there is a return error location before using itCarlos Garnacho2017-03-061-1/+2
* tests: Add "use_string_marshalling = true" dbus-testCarlos Garnacho2017-03-061-0/+16
* tests: Add test for dbus fd passing failuresCarlos Garnacho2017-02-181-0/+77
* D-Bus: support [DBus (signature = ...)] for propertiesAbderrahim Kitouni2017-01-051-0/+136
* tests: Additional test-cases taken from transform-branchRico Tzschichholz2016-09-251-0/+13
* tests: Add D-Bus test for dictionary passingRico Tzschichholz2012-10-201-0/+59
* D-Bus: Update file descriptor passing test to binding changesJürg Billeter2010-10-231-3/+3
* D-Bus: Support Cancellable parameter in GDBus clientsJürg Billeter2010-10-232-0/+26
* D-Bus: Add test for file descriptor passingJürg Billeter2010-10-231-0/+84
* D-Bus: Add async Bus.get_proxy method for GDBus clientsJürg Billeter2010-10-202-8/+8
* D-Bus: Add flags parameter to get_proxy_sync methodsJürg Billeter2010-10-203-3/+3
* D-Bus: Add test for sending and receiving errorsJürg Billeter2010-10-192-0/+177
* D-Bus: Add test for calling void methodsJürg Billeter2010-10-192-0/+14
* D-Bus: Do not use GLib.Application in testsJürg Billeter2010-09-156-24/+42
* D-Bus: Port tests to GDBusJürg Billeter2010-06-207-109/+67
* D-Bus: Support string arrays in variantsJürg Billeter2010-06-151-0/+58
* D-Bus: Add simple signal testJürg Billeter2010-03-211-0/+69
* D-Bus: Support struct return values in static clients and serversJürg Billeter2009-12-191-0/+93
* D-Bus: Fix marshalling of GLib.Value parametersJürg Billeter2009-09-301-0/+8
* Speed up test infrastructureJürg Billeter2009-09-263-63/+45
* D-Bus: Test async client and server methods with out parametersJürg Billeter2009-09-161-8/+12
* D-Bus: Fix error handling in static clientsDidier 'Ptitjes2009-09-143-6/+6