vala r998 - in trunk: . vapi



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  <j bitron ch>

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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]