gel-string

gel-string

Synopsis

struct              GelString;
                    GelStringPriv;
GelString *         gel_string_new                      (gchar *str);
void                gel_string_ref                      (GelString *self);
void                gel_string_unref                    (GelString *self);

Description

Details

struct GelString

struct GelString {
	gchar *str;
	GelStringPriv *priv;
};

GelStringPriv

typedef struct _GelStringPriv GelStringPriv;

gel_string_new ()

GelString *         gel_string_new                      (gchar *str);

gel_string_ref ()

void                gel_string_ref                      (GelString *self);

gel_string_unref ()

void                gel_string_unref                    (GelString *self);