diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-04-19 18:20:41 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-04-19 18:20:41 +0200 |
commit | bcc6d149e27b954a0973f1643996f5ffd8a765a9 (patch) | |
tree | dbb3ef9d95feb07c92738e827f2a23b9e2a2ad66 /vapi/glib-2.0.vapi | |
parent | 4a987986cd5255fe2a430ea2296679270839d9b5 (diff) | |
download | vala-bcc6d149e27b954a0973f1643996f5ffd8a765a9.tar.gz |
girparser: Drop special handling of GLib.Data, GLib.PtrArray and GLib.String
Diffstat (limited to 'vapi/glib-2.0.vapi')
-rw-r--r-- | vapi/glib-2.0.vapi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 32f4fffce..c3df0f7ec 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -5448,6 +5448,7 @@ namespace GLib { /* Keyed Data Lists */ [CCode (cname = "GData*", has_type_id = false)] + [GIR (name = "Data")] public struct Datalist<G> { public Datalist (); public void clear (); |