]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Set D-Bus type signature for uchar
authorJürg Billeter <j@bitron.ch>
Fri, 9 Apr 2010 12:42:26 +0000 (14:42 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 21 Apr 2010 12:37:55 +0000 (14:37 +0200)
Fixes bug 615282.

vapi/glib-2.0.vapi

index e5aa093579a53a98e590774a78e39e08a2c5728a..2df7098cf05cb98cab9a1c35292e8ad3c4291b6b 100644 (file)
@@ -72,7 +72,7 @@ public struct char {
 }
 
 [SimpleType]
-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'")]
+[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
 [IntegerType (rank = 3, min = 0, max = 255)]
 public struct uchar {
        [CCode (cname = "g_strdup_printf", instance_pos = -1)]