summaryrefslogtreecommitdiff
path: root/codegen/valagdbusclientmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* codegen: Generate async ready functions only if neededJürg Billeter2010-12-211-1/+1
* codegen: Use separate C statements for D-Bus object registrationJürg Billeter2010-12-211-1/+7
* D-Bus: Support BusName sender parameter in GDBus serversJürg Billeter2010-12-201-0/+5
* D-Bus: Fix typo in DBusConnection.get_proxy support for GDBus clientsJürg Billeter2010-10-311-1/+1
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-28/+28
* D-Bus: Fix C warnings in GDBus clientsJürg Billeter2010-10-251-5/+6
* D-Bus: Ignore non-abstract methods in interfaces of GDBus clientsJürg Billeter2010-10-231-0/+8
* D-Bus: Require gio-unix only when using file descriptor passingJürg Billeter2010-10-231-11/+21
* D-Bus: Register error domains before calls in GDBus clientsJürg Billeter2010-10-231-0/+8
* D-Bus: Support Cancellable parameter in GDBus clientsJürg Billeter2010-10-231-2/+9
* D-Bus: Add support for receiving file descriptors with GDBusJürg Billeter2010-10-231-3/+5
* D-Bus: Add support for sending file descriptors with GDBusJürg Billeter2010-10-231-1/+16
* D-Bus: Use proper source_object in callbacks of async calls with GDBusJürg Billeter2010-10-231-3/+16
* D-Bus: Use lowlevel message API for method calls in GDBus clientsJürg Billeter2010-10-231-101/+143
* D-Bus: Add async Bus.get_proxy method for GDBus clientsJürg Billeter2010-10-201-5/+42
* D-Bus: Support cached property values in GDBus clientsJürg Billeter2010-10-201-16/+27
* D-Bus: Add flags parameter to get_proxy_sync methodsJürg Billeter2010-10-201-2/+3
* D-Bus: Fix tiny code duplication for method calls in GDBus clientsJürg Billeter2010-10-181-17/+4
* codegen: Add return_default_value helper methodJürg Billeter2010-10-181-10/+2
* codegen: Remove fallback in array length handlingJürg Billeter2010-10-171-0/+2
* codegen: Use builder API in GVariant and GDBus modulesJürg Billeter2010-10-101-219/+135
* D-Bus: Refactor marshalling in GDBus clientsJürg Billeter2010-10-101-201/+164
* codegen: Add get_cvalue and set_cvalue helper methodsJürg Billeter2010-10-091-6/+6
* D-Bus: Support no-reply methods in GDBus clients and serversJürg Billeter2010-10-081-31/+83
* Add array_length_cname attribute for parametersJürg Billeter2010-09-151-1/+1
* D-Bus: Support instantiating GDBus proxy with specific DBusConnectionOle André Vadla Ravnås2010-09-091-9/+21
* Add CCodeFile.add_function_declaration and CCodeFunction.is_declarationJürg Billeter2010-09-091-10/+10
* Replace CCodeDeclarationSpace by CCodeFileJürg Billeter2010-08-211-29/+29
* Move add_symbol_declaration out of CCodeDeclarationSpaceJürg Billeter2010-08-211-1/+1
* D-Bus: Add missing gio.h include for GDBus clientsJürg Billeter2010-08-201-0/+2
* codegen: Drop CCodeModuleJürg Billeter2010-08-121-8/+4
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-4/+4
* Add Variable classJürg Billeter2010-07-271-11/+11
* Mark GObject *_get_type() functions as constantPhilip Withnall2010-07-121-0/+1