define gstring in terms of gchar*. this typedef reflects the type name of
[platform/upstream/glib.git] / glib.h
diff --git a/glib.h b/glib.h
index 952014e..7baeb48 100644 (file)
--- a/glib.h
+++ b/glib.h
@@ -500,6 +500,7 @@ typedef short  gshort;
 typedef long   glong;
 typedef int    gint;
 typedef gint   gboolean;
+typedef gchar* gstring;
 
 typedef unsigned char  guchar;
 typedef unsigned short gushort;