summaryrefslogtreecommitdiff
path: root/codegen/valagdbusservermodule.vala
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Use g_dbus_method_invocation_take_error() as simplificationRico Tzschichholz2021-11-121-10/+2
* codegen: Introduce VALA_EXPORT for public symbols to improve portabilityPrinceton Ferro2021-05-201-0/+3
* gdbus: Don't leak memory of deserialized arguments on error in wrapper methodRico Tzschichholz2021-03-061-0/+2
* codegen: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* codegen: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-301-8/+8
* codegen: Add get_variable_array_length_cname() and use as possibleRico Tzschichholz2019-02-241-5/+5
* codegen: Properly handle and catch inner-error of finally-blockRico Tzschichholz2019-01-241-1/+1
* gdbus: Don't pass null to get_ccode_array_length_type() to fix criticalsRico Tzschichholz2018-11-041-1/+1
* gdbus: Remove hardcoded "int" length type and use ArrayType.length_typeRico Tzschichholz2018-11-021-7/+13
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-2/+2
* codegen: Free errors after returning them on the GDBusMethodInvocationCarlos Garnacho2018-08-011-0/+8
* codegen: Keep arrays alive during async server method callsOle André Vadla Ravnås2018-04-141-15/+88
* codegen: Support renamed signalsRico Tzschichholz2017-06-071-2/+2
* codegen: Avoid early return on sync dbus methods returning an errorCarlos Garnacho2017-03-061-1/+5
* codegen: Only add _error path if there's parameters that require unrefCarlos Garnacho2017-03-061-2/+6
* dbus: Move send_message() call before _error labelCarlos Garnacho2017-02-181-19/+19
* 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