summaryrefslogtreecommitdiff
path: root/gobject/valadbusclientmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* Rename gobject directory to codegenJürg Billeter2009-05-091-1547/+0
* Ensure string.h is included when using memcpyJürg Billeter2009-04-121-0/+2
* D-Bus: Avoid redefinition of callback wrapperJürg Billeter2009-04-061-1/+5
* Rework header file generationJürg Billeter2009-03-311-8/+5
* gobject: Add CCodeDeclarationSpace classJürg Billeter2009-03-111-26/+20
* Support error handling when dynamically calling void methods, patch byJürg Billeter2009-02-201-6/+2
* Remove D-Bus message filter when disposing proxy objectJürg Billeter2009-02-041-15/+39
* Do not handle signals of irrelevant object pathsJürg Billeter2009-02-041-1/+24
* Use `internal' modifier in class declarations to fix build with Vala olderJürg Billeter2009-01-311-1/+1
* Report unused internal methodsJürg Billeter2009-01-311-1/+1
* Support signals in static D-Bus clientJürg Billeter2009-01-251-1/+192
* Refactor method parameter and result code generationJürg Billeter2009-01-231-7/+7
* Ignore BusName sender parameters in marshalling codeJürg Billeter2009-01-151-0/+5
* Use dbus-glib types for dynamic D-Bus signals, fixes bug 561545Jürg Billeter2009-01-101-48/+6
* Simplify CCodeVariableDeclarator construction with initializerJürg Billeter2009-01-091-9/+9
* Support marshalling multi-dimensional arrays, based on patch by DidierJürg Billeter2009-01-051-8/+16
* Fix generated finish function for static D-Bus client methodsJürg Billeter2008-12-191-3/+3
* Support reading multi-dimensional arrays in static D-Bus clientsJürg Billeter2008-12-121-7/+13
* Fix array length and size handling in static D-Bus clientsJürg Billeter2008-12-121-4/+6
* Fix dbus-glib type for structsJürg Billeter2008-12-091-1/+20
* Use specialized dbus-glib types for signals in D-Bus serversJürg Billeter2008-12-091-1/+1
* Support async method calls in static D-Bus clientsJürg Billeter2008-11-221-38/+252
* Various coroutine code generation improvementsJürg Billeter2008-11-211-4/+1
* Support serialization and deserialization of structs in static D-BusJürg Billeter2008-11-211-1/+5
* Support serialization and deserialization of arrays in static D-BusJürg Billeter2008-11-211-1/+20
* Add partial static D-Bus client support without dbus-glib marshallingJürg Billeter2008-11-211-1/+261
* Fix non-struct output arguments in dynamic D-Bus method callsJürg Billeter2008-11-141-1/+1
* Add --disable-dbus-transformation command-line option to disable caseJürg Billeter2008-11-131-4/+14
* Fix retrieving D-Bus structs with owned stringsJürg Billeter2008-11-131-1/+10
* Fix D-Bus methods with out parameters but no return valueJürg Billeter2008-11-071-0/+4
* Move dynamic signal generation to GObjectModule and DBusClientModuleJürg Billeter2008-11-061-0/+120
* Move dynamic property generation to GObjectModule and DBusClientModuleJürg Billeter2008-11-061-0/+169
* Support enums in D-Bus clients and servers, fixes bug 534105Jürg Billeter2008-11-051-0/+7
* Move dbus_use_ptr_array to DBusClientModuleJürg Billeter2008-11-031-0/+26
* Move code generation to moduleJürg Billeter2008-11-031-20/+20
* Combine internal modules by inheritance to improve performanceJürg Billeter2008-11-031-1/+1
* Support GHashTable in D-Bus clients, patch by Marc-André LureauJürg Billeter2008-11-021-12/+22
* Split DBusModule into DBusClientModule and DBusServerModuleJürg Billeter2008-10-241-0/+469