|
Defines |
#define | G_STR_DELIMITERS "_-|> <." |
#define | g_strstrip(string) g_strchomp (g_strchug (string)) |
Functions |
gchar * | g_strdelimit (gchar *string, const gchar *delimiters, gchar new_delimiter) |
gchar * | g_strcanon (gchar *string, const gchar *valid_chars, gchar subsitutor) |
gdouble | g_strtod (const gchar *nptr, gchar **endptr) |
gchar * | g_strerror (gint errnum) G_GNUC_CONST |
gchar * | g_strsignal (gint signum) G_GNUC_CONST |
gint | g_strcasecmp (const gchar *s1, const gchar *s2) |
gint | g_strncasecmp (const gchar *s1, const gchar *s2, guint n) |
gchar * | g_strdown (gchar *string) |
gchar * | g_strup (gchar *string) |
gchar * | g_strreverse (gchar *string) |
gsize | g_strlcpy (gchar *dest, const gchar *src, gsize dest_size) |
gsize | g_strlcat (gchar *dest, const gchar *src, gsize dest_size) |
gchar * | g_strchug (gchar *string) |
gchar * | g_strchomp (gchar *string) |
gchar * | g_strdup (const gchar *str) |
gchar * | g_strdup_printf (const gchar *format,...) G_GNUC_PRINTF(1 |
gchar *gchar * | g_strdup_vprintf (const gchar *format, va_list args) |
gchar * | g_strndup (const gchar *str, guint n) |
gchar * | g_strnfill (guint length, gchar fill_char) |
gchar * | g_strconcat (const gchar *string1,...) |
gchar * | g_strjoin (const gchar *separator,...) |
gchar * | g_strcompress (const gchar *source) |
gchar * | g_strescape (const gchar *source, const gchar *exceptions) |
gpointer | g_memdup (gconstpointer mem, guint byte_size) |
gchar ** | g_strsplit (const gchar *string, const gchar *delimiter, gint max_tokens) |
gchar * | g_strjoinv (const gchar *separator, gchar **str_array) |
void | g_strfreev (gchar **str_array) |
gchar ** | g_strdupv (gchar **str_array) |