summaryrefslogtreecommitdiff
path: root/codegen/valagdbusclientmodule.vala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* D-Bus: Support [DBus (signature = "...")] VariantJürg Billeter2010-06-201-13/+13
* D-Bus: Report error when trying to create proxy for non-D-Bus interfaceJürg Billeter2010-06-201-0/+6
* Support GVariant casts and GDBus clients and serversJürg Billeter2010-06-201-0/+908