vala r1360 - in trunk: . vapi



Author: juergbi
Date: Sun May 11 06:46:35 2008
New Revision: 1360
URL: http://svn.gnome.org/viewvc/vala?rev=1360&view=rev

Log:
2008-05-11  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: remove obsolete InstanceLast attributes


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	Sun May 11 06:46:35 2008
@@ -37,7 +37,6 @@
 [CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "\'\\0\'", type_signature = "y")]
 [IntegerType (rank = 2, min = 0, max = 127)]
 public struct char {
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hhi");
 	public bool isalnum ();
@@ -61,7 +60,6 @@
 [CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'")]
 [IntegerType (rank = 3, min = 0, max = 255)]
 public struct uchar {
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hhu");
 }
@@ -75,7 +73,6 @@
 	[CCode (cname = "G_MAXINT")]
 	public static int MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%i");
 
@@ -95,7 +92,6 @@
 	[CCode (cname = "G_MAXUINT")]
 	public static uint MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%u");
 
@@ -115,7 +111,6 @@
 	[CCode (cname = "G_MAXSHORT")]
 	public static short MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hi");
 }
@@ -129,7 +124,6 @@
 	[CCode (cname = "G_MAXUSHORT")]
 	public static ushort MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hu");
 }
@@ -143,7 +137,6 @@
 	[CCode (cname = "G_MAXLONG")]
 	public static long MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%li");
 }
@@ -157,7 +150,6 @@
 	[CCode (cname = "G_MAXULONG")]
 	public static ulong MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%lu");
 }
@@ -171,7 +163,6 @@
 	[CCode (cname = "G_MAXSIZE")]
 	public static ulong MAX;
 
-	[InstanceLast]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%zu");
 
@@ -188,7 +179,6 @@
 	[CCode (cname = "G_MAXSSIZE")]
 	public static long MAX;
 
-	[InstanceLast]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%zi");
 }
@@ -202,7 +192,7 @@
 	[CCode (cname = "G_MAXINT8")]
 	public static int8 MAX;
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hhi");
 }
 
@@ -215,7 +205,7 @@
 	[CCode (cname = "G_MAXUINT8")]
 	public static uint8 MAX;
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hhu");
 }
 
@@ -228,7 +218,7 @@
 	[CCode (cname = "G_MAXINT16")]
 	public static int16 MAX;
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hi");
 }
 
@@ -241,7 +231,7 @@
 	[CCode (cname = "G_MAXUINT16")]
 	public static uint16 MAX;
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%hu");
 }
 
@@ -254,7 +244,7 @@
 	[CCode (cname = "G_MAXINT32")]
 	public static int32 MAX;
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%i");
 }
 
@@ -267,7 +257,6 @@
 	[CCode (cname = "G_MAXUINT32")]
 	public static uint32 MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%u");
 }
@@ -281,7 +270,6 @@
 	[CCode (cname = "G_MAXINT64")]
 	public static int64 MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%lli");
 }
@@ -295,7 +283,6 @@
 	[CCode (cname = "G_MAXUINT64")]
 	public static uint64 MAX;
 
-	[InstanceLast ()]
 	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%llu");
 }
@@ -340,7 +327,7 @@
 	[CCode (cname = "isinf")]
 	public int is_infinity ();
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%g");
 }
 
@@ -384,7 +371,7 @@
 	[CCode (cname = "isinf")]
 	public int is_infinity ();
 
-	[CCode (cname = "g_strdup_printf", instance_pos = -1), InstanceLast]
+	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
 	public string to_string (string format = "%g");
 }
 
@@ -2074,15 +2061,12 @@
 		[CCode (cname = "fprintf")]
 		[PrintfFormat ()]
 		public void printf (string format, ...);
-		[InstanceLast ()]
 		[CCode (cname = "fputc", instance_pos = -1)]
 		public void putc (char c);
-		[InstanceLast ()]
 		[CCode (cname = "fputs", instance_pos = -1)]
 		public void puts (string s);
 		[CCode (cname = "fgetc")]
 		public int getc ();
-		[InstanceLast ()]
 		[CCode (cname = "fgets", instance_pos = -1)]
 		public weak string gets (string s, int size);
 		[CCode (cname = "feof")]
@@ -2826,10 +2810,6 @@
 		public long allocated_len;
 	}
 
-	// will be removed in Vala 0.3.2
-	public class String {
-	}
-
 	/* Pointer Arrays */
 	
 	[CCode (free_function = "g_ptr_array_free")]



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