2009-01-04 Jürg Billeter <j@bitron.ch>
* vapigen/valagidlparser.vala:
Fix array length handling for get_attributes method
svn path=/trunk/; revision=2270
+2009-01-04 Jürg Billeter <j@bitron.ch>
+
+ * vapigen/valagidlparser.vala:
+
+ Fix array length handling for get_attributes method
+
2009-01-04 Jürg Billeter <j@bitron.ch>
* gobject/valaccodecontrolflowmodule.vala:
return field;
}
- [CCode (array_length = false)]
- [NoArrayLength]
private string[]? get_attributes (string codenode) {
var attributes = codenode_attributes_map.get (codenode);