Skip to content
  • Tim Janik's avatar
    define gstring in terms of gchar*. this typedef reflects the type name of · 09f8e937
    Tim Janik authored
    Fri Jun 23 17:20:26 2000  Tim Janik  <timj@gtk.org>
    
            * glib.h: define gstring in terms of gchar*. this typedef reflects
            the type name of the primitive G_TYPE_STRING in the gobject module.
    
    Sat Jun 24 23:03:04 2000  Tim Janik  <timj@gtk.org>
    
            * gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
            G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_FLOAT,
            G_TYPE_DOUBLE and G_TYPE_STRING fundamental types.
            added a GTypeValueTable* pointer to GTypeInfo structure for types
            to implement GValue handling functions.
            GTypeValueTable contains the following members:
              value_init(): initialize a GValue structure.
              value_free(): free GValue structure contents (optional).
              value_copy(): copy one GValue contents to another GValue structure of
              collect_type: varargs collection type for the first variable argument
              to be collec...
    09f8e937