summaryrefslogtreecommitdiff
path: root/codegen/valagdbusservermodule.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Remove fallback in array length handlingJürg Billeter2010-10-171-0/+10
* codegen: Use builder API in GVariant and GDBus modulesJürg Billeter2010-10-101-315/+226
* Add TargetValue classJürg Billeter2010-10-091-2/+2
* codegen: Add get_cvalue and set_cvalue helper methodsJürg Billeter2010-10-091-4/+4
* D-Bus: Support no-reply methods in GDBus clients and serversJürg Billeter2010-10-081-14/+26
* D-Bus: Add missing gio.h include for GDBus serversJürg Billeter2010-09-161-0/+2
* Add array_length_cname attribute for parametersJürg Billeter2010-09-151-2/+2
* Add CCodeFile.add_function_declaration and CCodeFunction.is_declarationJürg Billeter2010-09-091-10/+10
* Replace CCodeDeclarationSpace by CCodeFileJürg Billeter2010-08-211-38/+38
* Move add_symbol_declaration out of CCodeDeclarationSpaceJürg Billeter2010-08-211-1/+1
* Extend signal details to support string expressionsLuca Bruno2010-08-201-1/+1
* codegen: Drop CCodeModuleJürg Billeter2010-08-121-7/+3
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-2/+0
* Add Variable classJürg Billeter2010-07-271-13/+13
* D-Bus: fix function signature for object vtableRyan Lortie2010-06-281-7/+23
* D-Bus: emit casts to C code to squash warningsRyan Lortie2010-06-281-1/+1
* D-Bus: emit casts to C code to squash warningsRyan Lortie2010-06-281-5/+5
* D-Bus: Fix error handling in GDBus serversJürg Billeter2010-06-281-0/+1
* D-Bus: Support [DBus (signature = "...")] VariantJürg Billeter2010-06-201-9/+9
* Support GVariant casts and GDBus clients and serversJürg Billeter2010-06-201-0/+1186