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
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
[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 ();