After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 539357 - Support arrays in D-Bus methods and signals
Support arrays in D-Bus methods and signals
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: D-Bus
0.3.x
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-20 19:55 UTC by Sebastian Pölsterl
Modified: 2009-07-27 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test server (10.02 KB, text/plain)
2008-06-20 19:56 UTC, Sebastian Pölsterl
Details
Test client (13.61 KB, text/plain)
2008-06-20 19:56 UTC, Sebastian Pölsterl
Details

Description Sebastian Pölsterl 2008-06-20 19:55:53 UTC
Arrays should be supported as return types and parameters of methods and signals exported over D-Bus.
Comment 1 Sebastian Pölsterl 2008-06-20 19:56:17 UTC
Created attachment 113142 [details]
Test server
Comment 2 Sebastian Pölsterl 2008-06-20 19:56:38 UTC
Created attachment 113143 [details]
Test client
Comment 3 Jürg Billeter 2008-06-22 21:57:29 UTC
2008-06-22  Jürg Billeter  <j@bitron.ch>

	* gobject/valaccodedynamicmethodbinding.vala:
	* gobject/valaccodedynamicsignalbinding.vala:
	* gobject/valaccodegenerator.vala:
	* gobject/valaccodegeneratorsignal.vala:
	* gobject/valaccodeobjecttypesymbolbinding.vala:

	Improve support for arrays as paramters and return values of
	methods and signals exported over D-Bus, fixes part of bug 539357