vala r2173 - in trunk: . vapi vapi/packages/gio-2.0



Author: juergbi
Date: Tue Dec 16 00:19:07 2008
New Revision: 2173
URL: http://svn.gnome.org/viewvc/vala?rev=2173&view=rev

Log:
2008-12-16  JÃrg Billeter  <j bitron ch>

	* vapi/packages/gio-2.0/:

	Add g_io_extension_get_type binding, patch by Jared Moore,
	fixes bug 537522

	* vapi/gio-2.0.vapi: regenerated


Added:
   trunk/vapi/packages/gio-2.0/gio-2.0-custom.vala
Modified:
   trunk/ChangeLog
   trunk/vapi/gio-2.0.vapi

Modified: trunk/vapi/gio-2.0.vapi
==============================================================================
--- trunk/vapi/gio-2.0.vapi	(original)
+++ trunk/vapi/gio-2.0.vapi	Tue Dec 16 00:19:07 2008
@@ -275,6 +275,7 @@
 	public class IOExtension {
 		public weak string get_name ();
 		public int get_priority ();
+		public GLib.Type get_type ();
 		public weak GLib.TypeClass ref_class ();
 	}
 	[Compact]

Added: trunk/vapi/packages/gio-2.0/gio-2.0-custom.vala
==============================================================================
--- (empty file)
+++ trunk/vapi/packages/gio-2.0/gio-2.0-custom.vala	Tue Dec 16 00:19:07 2008
@@ -0,0 +1,30 @@
+/* gtk+-2.0.vala
+ *
+ * Copyright (C) 2008  Jared Moore
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ *
+ * Author:
+ * 	Jared Moore  <jaredm gmx com>
+ */
+
+namespace GLib {
+	[Compact]
+	[CCode (cname = "GIOExtension")]
+	public class IOExtension {
+		public extern Type get_type ();
+	}
+}
+



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