add missing attributes to GType binidng for use as property or signal
authorJuerg Billeter <j@bitron.ch>
Fri, 8 Feb 2008 16:04:00 +0000 (16:04 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 8 Feb 2008 16:04:00 +0000 (16:04 +0000)
2008-02-08  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi: add missing attributes to GType binidng for
  use as property or signal parameter

svn path=/trunk/; revision=998

ChangeLog
vapi/glib-2.0.vapi

index 2c36c32..36431c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-02-08  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/glib-2.0.vapi: add missing attributes to GType binidng for
+         use as property or signal parameter
+
+2008-02-08  Jürg Billeter  <j@bitron.ch>
+
        * gobject/valaccodegeneratorstruct.vala: remove obsolete code used
          for reference-type structs
 
index a04a109..6c7ef47 100644 (file)
@@ -604,7 +604,7 @@ public class string {
 [Import ()]
 [CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h")]
 namespace GLib {
-       [CCode (type_id = "G_TYPE_GTYPE")]
+       [CCode (type_id = "G_TYPE_GTYPE", marshaller_type_name = "GTYPE", get_value_function = "g_value_get_gtype", set_value_function = "g_value_set_gtype")]
        public struct Type : ulong {
                [CCode (cname = "G_TYPE_IS_OBJECT")]
                public bool is_object ();