summaryrefslogtreecommitdiff
path: root/codegen/valagdbusmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-021-1/+1
* codegen: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-301-14/+14
* codegen: Move get_type_signature() to DataTypeRico Tzschichholz2019-03-221-4/+4
* gdbus: Properly set annotations field of GDBus*Info struct to NULLRico Tzschichholz2019-01-051-0/+7
* codegen: Factor out static getters for ccode-attributesRico Tzschichholz2017-11-191-1/+1
* codegen: Support renamed signalsRico Tzschichholz2017-06-071-6/+6
* gdbus: Handle errors when extracting fds from dbus messagesCarlos Garnacho2017-02-131-6/+27
* D-Bus: Support DBus.timeout attribute for client methodsMichele Dionisio2016-09-171-0/+4
* GirWriter: do not generate <errordomain> elementsFlorian Brosch2014-09-021-1/+1
* D-Bus: Move interface info definition from server to common moduleJürg Billeter2014-08-231-0/+249
* D-Bus: Support fd passing with GFileDescriptorBasedMikkel Kamstrup Erlandsen2012-08-021-1/+6
* D-Bus: Add missing gio.h include for GDBus error domainsJürg Billeter2012-07-311-1/+3
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-25/+13
* Fix usage of possibly unassigned out parametersLuca Bruno2011-07-151-0/+1
* ccodegen: Port the remaining code to use the ccode builderLuca Bruno2011-05-051-8/+5
* codegen: Add CCodeFunction.add_assignment convenience functionLuca Bruno2011-01-191-1/+1
* D-Bus: Handle invalid values for string-marshalled enums in GDBusJürg Billeter2011-01-151-2/+2
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* D-Bus: Fix C warnings when using file descriptor passing with GDBusJürg Billeter2010-10-251-2/+2
* D-Bus: Require gio-unix only when using file descriptor passingJürg Billeter2010-10-231-0/+26
* D-Bus: Add support for receiving file descriptors with GDBusJürg Billeter2010-10-231-0/+46
* D-Bus: Add support for sending file descriptors with GDBusJürg Billeter2010-10-231-0/+40
* D-Bus: Support no-reply methods in GDBus clients and serversJürg Billeter2010-10-081-0/+11
* D-Bus: Fix dbus-glib serversJürg Billeter2010-10-071-4/+0
* Replace CCodeDeclarationSpace by CCodeFileJürg Billeter2010-08-211-5/+5
* codegen: Drop CCodeModuleJürg Billeter2010-08-121-4/+0
* D-Bus: Fix error domain registration with GDBusJürg Billeter2010-06-291-1/+1
* Support GVariant casts and GDBus clients and serversJürg Billeter2010-06-201-0/+110