[vala] GVariantType: add GVariantType.VARDICT
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] GVariantType: add GVariantType.VARDICT
- Date: Wed, 13 Apr 2011 03:37:23 +0000 (UTC)
commit 44805922aa0c539e1f451dc315d419ae501ee9f7
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Apr 12 23:36:55 2011 -0400
GVariantType: add GVariantType.VARDICT
G_VARIANT_TYPE_VARDICT = "a{sv}" in GLib
vapi/glib-2.0.vapi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index ecac606..8464496 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -4349,6 +4349,8 @@ namespace GLib {
public static VariantType DICT_ENTRY;
[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
public static VariantType DICTIONARY;
+ [CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+ public static VariantType VARDICT;
public static bool string_is_valid (string type_string);
public static bool string_scan (string type_string, char *limit, out char* endptr);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]