added g_list_nth_prev() which walks ->prev instead of ->next.
[platform/upstream/glib.git] / gtypes.h
index 29c4de8..eec6fa4 100644 (file)
--- a/gtypes.h
+++ b/gtypes.h
@@ -43,7 +43,6 @@ typedef short  gshort;
 typedef long   glong;
 typedef int    gint;
 typedef gint   gboolean;
-typedef gchar* gstring;
 
 typedef unsigned char   guchar;
 typedef unsigned short  gushort;