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 675561 - Handle arrays of filenames
Handle arrays of filenames
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-06 11:57 UTC by Giovanni Campagna
Modified: 2012-05-06 21:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Handle arrays of filenames (851 bytes, patch)
2012-05-06 11:57 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-05-06 11:57:08 UTC
Type tag FILENAME was not handled, causing a warning and failing.
Instead, treat it like a generic pointer type.
Comment 1 Giovanni Campagna 2012-05-06 11:57:11 UTC
Created attachment 213547 [details] [review]
Handle arrays of filenames
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-05-06 16:30:38 UTC
Review of attachment 213547 [details] [review]:

Sure. Obviously a simple oversight.
Comment 3 Giovanni Campagna 2012-05-06 21:18:46 UTC
Attachment 213547 [details] pushed as 2eff1e7 - Handle arrays of filenames