summaryrefslogtreecommitdiff
path: root/codegen/valagdbusservermodule.vala
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Handle errors when extracting fds from dbus messagesCarlos Garnacho2017-02-131-1/+2
* gdbus: Ensure extracted data from the GVariant is freed on errorCarlos Garnacho2017-02-131-1/+7
* gdbus: Initialize intermediate variablesCarlos Garnacho2017-02-131-1/+1
* D-Bus: support [DBus (signature = ...)] for propertiesAbderrahim Kitouni2017-01-051-14/+25
* D-Bus: Move interface info definition from server to common moduleJürg Billeter2014-08-231-228/+0
* Hide internal methods in ABIMaciej Piechotka2014-03-241-0/+4
* dbusserver: Rename the generated "parameters" identifierLuca Bruno2014-03-061-2/+2
* GDBus: Initialize array length variable in property get wrappersJürg Billeter2012-10-191-1/+1
* GDBus: Make sure signals are disconnected when unregistering an objectMichal Hruby2011-08-031-8/+19
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-72/+68
* D-Bus: Include gio.h when using the register_object functionLuca Bruno2011-07-181-0/+4
* D-Bus: Require class prerequisite for dbus interfacesLuca Bruno2011-06-021-1/+7
* codegen: Fix the transformation of elseif cascades using ccodeLuca Bruno2011-05-051-8/+12
* ccodegen: Port the remaining code to use the ccode builderLuca Bruno2011-05-051-74/+55
* D-Bus: Use destroy_local instead of get_unref_expressionLuca Bruno2011-05-041-29/+7
* D-Bus: Avoid invalid C code when using reserved names as parametersMarco Trevisan (Treviño)2011-04-031-9/+13
* D-Bus: Add missing string.h includesJürg Billeter2011-03-231-0/+6
* 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-10/+10
* 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-3/+5
* D-Bus: Fix string-marshalled enum handling in async GDBus serversJürg Billeter2011-01-151-2/+2
* D-Bus: Handle invalid values for string-marshalled enums in GDBusJürg Billeter2011-01-151-2/+24
* D-Bus: Fix memory leak in error handling in async GDBus serversJürg Billeter2011-01-131-17/+12
* D-Bus: Fix C warning in GDBus serversJürg Billeter2010-12-221-1/+1
* D-Bus: Fix C warnings in GDBus serversJürg Billeter2010-12-211-2/+2
* D-Bus: Fix C warnings in GDBus clientsJürg Billeter2010-12-211-1/+1
* codegen: Use separate C statements for D-Bus object registrationJürg Billeter2010-12-211-1/+12
* D-Bus: Support BusName sender parameter in GDBus serversJürg Billeter2010-12-201-0/+21
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-57/+57
* D-Bus: Support register_object with generic type in GDBus serversJürg Billeter2010-10-251-5/+93
* D-Bus: Fix crash on interfaces without methods in GDBus serversJürg Billeter2010-10-231-1/+3
* D-Bus: Require gio-unix only when using file descriptor passingJürg Billeter2010-10-231-12/+20
* D-Bus: Support Cancellable parameter in GDBus clientsJürg Billeter2010-10-231-0/+17
* D-Bus: Add support for receiving file descriptors with GDBusJürg Billeter2010-10-231-1/+6
* D-Bus: Add support for sending file descriptors with GDBusJürg Billeter2010-10-231-3/+17
* D-Bus: Use lowlevel message API for methods in GDBus serversJürg Billeter2010-10-231-13/+37
* D-Bus: Use builder API for interface_method_call in GDBus serversJürg Billeter2010-10-231-23/+15
* D-Bus: Fix overriding and interface methods in GDBus serversJürg Billeter2010-10-201-0/+6
* D-Bus: Report error on invalid use of register_object in GDBus serversJürg Billeter2010-10-201-0/+5
* D-Bus: Fix crash for properties with unowned getter in GDBus serversJürg Billeter2010-10-201-8/+8
* 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