Author: juergbi Date: Fri Feb 8 16:04:00 2008 New Revision: 998 URL: http://svn.gnome.org/viewvc/vala?rev=998&view=rev
Log: 2008-02-08 Juerg Billeter <[EMAIL PROTECTED]> * vapi/glib-2.0.vapi: add missing attributes to GType binidng for use as property or signal parameter Modified: trunk/ChangeLog trunk/vapi/glib-2.0.vapi Modified: trunk/vapi/glib-2.0.vapi ============================================================================== --- trunk/vapi/glib-2.0.vapi (original) +++ trunk/vapi/glib-2.0.vapi Fri Feb 8 16:04:00 2008 @@ -604,7 +604,7 @@ [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 (); _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.