summaryrefslogtreecommitdiff
path: root/codegen/valagdbusclientmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-3/+4
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-4/+3
* codegen: Introduce VALA_EXPORT for public symbols to improve portabilityPrinceton Ferro2021-05-201-1/+6
* codegen: Skip GDBus reply handling when async callback is NULLOle André Vadla Ravnås2021-05-171-0/+20
* codegen: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-2/+2
* gdbus: Use GDBusProxy API to set `g-interface-info` at initialization timeCorentin Noël2020-04-051-14/+12
* codegen: Fix support of dynamic DBus methodsRico Tzschichholz2019-11-141-4/+2
* codegen: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-301-8/+8
* codegen: Add get_variable_array_length_cname() and use as possibleRico Tzschichholz2019-02-241-1/+1
* codegen: Properly handle and catch inner-error of finally-blockRico Tzschichholz2019-01-241-3/+3
* gdbus: Cast instance and result of g_async_initable_new_finish() callRico Tzschichholz2019-01-061-4/+4
* codegen: Handle non-default AsyncResult parameter positionRico Tzschichholz2018-12-111-1/+1
* gdbus: Don't pass null to get_ccode_array_length_type() to fix criticalsRico Tzschichholz2018-11-041-4/+2
* gdbus: Remove hardcoded "int" length type and use ArrayType.length_typeRico Tzschichholz2018-11-021-6/+12
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-2/+4
* gdbus: Fix missing declaration of _fd_list for async methodsRico Tzschichholz2018-03-281-1/+1
* codegen: Support renamed signalsRico Tzschichholz2017-06-071-1/+1
* Require and target GLib >= 2.40Rico Tzschichholz2017-05-171-36/+18
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-091-1/+1
* codegen: Check there is a return error location before using itCarlos Garnacho2017-03-061-7/+16
* gdbus: Fix memleak using g_task_propagate_pointermrmacete2017-02-211-1/+9
* gdbus: Handle errors when extracting fds from dbus messagesCarlos Garnacho2017-02-131-1/+2
* gdbus: Initialize intermediate variablesCarlos Garnacho2017-02-131-2/+2
* D-Bus: support [DBus (signature = ...)] for propertiesAbderrahim Kitouni2017-01-051-13/+20
* codegen: Use GTask instead of GSimpleAsyncResult if 2.36 target is selectedCarlos Garnacho2016-11-191-11/+32
* Add CCodeNode "modifiers" and transform CCodeFunction's "attributes" to itRico Tzschichholz2016-11-081-1/+1
* Use more "...".printf to concat stringsRico Tzschichholz2016-10-301-2/+2
* D-Bus: Support DBus.timeout attribute for client methodsMichele Dionisio2016-09-171-7/+12
* D-Bus: Fix proxy creation in separate source fileJürg Billeter2014-08-231-2/+20
* D-Bus: Set g-interface-info when creating proxy objectsJürg Billeter2014-08-231-0/+6
* Allow dynamic type registration of generated dbus proxy classesJesse van den Kieboom2013-11-041-2/+41
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-42/+42
* codegen: Use _vala_ prefix for out parametersLuca Bruno2011-07-281-4/+4
* codegen: Rename coroutine data variable to _data_Luca Bruno2011-06-281-4/+4
* D-Bus: Fix use of Bus.get_proxy outside async methodsJürg Billeter2011-05-201-0/+36
* codegen: Fix the transformation of elseif cascades using ccodeLuca Bruno2011-05-051-4/+6
* ccodegen: Port the remaining code to use the ccode builderLuca Bruno2011-05-051-24/+23
* D-Bus: Avoid invalid C code when using reserved names as parametersMarco Trevisan (Treviño)2011-04-031-6/+7
* D-Bus: Emit cast to avoid C warning for signal handling in clientsJürg Billeter2011-03-231-1/+1
* D-Bus: Remove extra semicolon to avoid C warningJürg Billeter2011-03-231-1/+1
* D-Bus: Add missing string.h includesJürg Billeter2011-03-231-0/+2
* D-Bus: Fix Connection.get_proxy.begin callsJürg Billeter2011-03-161-1/+5
* D-Bus: Fix get_proxy.begin callsJürg Billeter2011-03-161-5/+9
* codegen: Add destroy_local, destroy_parameter, and destroy_fieldJürg Billeter2011-02-221-1/+1
* codegen: Replace get_unref_expression_ with destroy_variableLuca Bruno2011-02-131-1/+1
* codegen: Add CCodeFunction.add_assignment convenience functionLuca Bruno2011-01-191-19/+19
* codegen: Add get_parameter_cvalue and load_parameterLuca Bruno2011-01-191-5/+1
* D-Bus: Support get_proxy with generic type in GDBus clientsJürg Billeter2011-01-151-8/+70
* D-Bus: Handle invalid values for string-marshalled enums in GDBusJürg Billeter2011-01-151-3/+19
* D-Bus: Fix C warnings in GDBus clientsJürg Billeter2010-12-211-2/+2