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 624986 - [PATCH] Support bytestring Variants
[PATCH] Support bytestring Variants
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GLib
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-22 00:26 UTC by Michael Terry
Modified: 2010-07-30 23:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.23 KB, patch)
2010-07-22 00:26 UTC, Michael Terry
none Details | Review

Description Michael Terry 2010-07-22 00:26:00 UTC
Created attachment 166345 [details] [review]
Proposed patch

GLib recently got support for bytestring ('ay') GVariants, which are strings that don't necessarily utf8.

Here's a patch that adds support for these, as well as bytestring arrays ('aay').
Comment 1 Evan Nemerson 2010-07-30 23:42:29 UTC
commit 69a7ff34af41cd17716a0514c95b24602f445333
Author: Michael Terry <michael.terry@canonical.com>
Date:   Fri Jul 30 16:41:29 2010 -0700

    glib-2.0: Support bytestring Variants.
    
    Fixes bug 624986.