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 663846 - GPtrArray and GArray are not supported in properties
GPtrArray and GArray are not supported in properties
Status: RESOLVED OBSOLETE
Product: gobject-introspection
Classification: Platform
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-11 11:10 UTC by Xavier Claessens
Modified: 2015-09-21 19:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
unit test for Array and PtrArray properties (3.56 KB, patch)
2011-11-11 11:12 UTC, Xavier Claessens
none Details | Review

Description Xavier Claessens 2011-11-11 11:10:59 UTC
Annotation for properties of type GPtrArray and GArray does not work.
Comment 1 Xavier Claessens 2011-11-11 11:12:22 UTC
Created attachment 201220 [details] [review]
unit test for Array and PtrArray properties
Comment 2 Xavier Claessens 2011-11-13 12:10:28 UTC
oh and "GLib.PtrArray<TelepathyGLib.CallContent>" makes gtkdoc fail because in the intermediary xml file, <TelepathyGLib.CallContent> is considered an opening tag which is not closed.
Comment 3 Colin Walters 2011-11-15 22:54:15 UTC
Last time this came up we'd discussed adding support for Element-Type: as a toplevel notation.

Clearly the <> conflict with the XML syntax so we can't do that.
Comment 4 André Klapper 2015-02-07 17:21:44 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
Comment 5 Xavier Claessens 2015-09-21 19:36:19 UTC
I see it has been fixed already, regress.c has this now:

RegressTestObj:list: (type GLib.List(utf8)) (transfer none)

I guess it would work with GLib.PtrArray(utf8) as well.