mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
s/str_concatv/strconcatv/
s/str_concatv/strconcatv/
This commit is contained in:
parent
039de051ef
commit
46ec86252b
2
glib.h
2
glib.h
@ -1380,7 +1380,7 @@ gchar ** g_str_split (const gchar *string,
|
|||||||
const gchar *delim,
|
const gchar *delim,
|
||||||
gint max_tokens);
|
gint max_tokens);
|
||||||
gchar* g_strconcatv (const gchar **strarray);
|
gchar* g_strconcatv (const gchar **strarray);
|
||||||
#define g_str_joinv g_str_concatv
|
#define g_str_joinv g_strconcatv
|
||||||
void g_str_array_free (gchar **strarray);
|
void g_str_array_free (gchar **strarray);
|
||||||
|
|
||||||
|
|
||||||
|
@ -1380,7 +1380,7 @@ gchar ** g_str_split (const gchar *string,
|
|||||||
const gchar *delim,
|
const gchar *delim,
|
||||||
gint max_tokens);
|
gint max_tokens);
|
||||||
gchar* g_strconcatv (const gchar **strarray);
|
gchar* g_strconcatv (const gchar **strarray);
|
||||||
#define g_str_joinv g_str_concatv
|
#define g_str_joinv g_strconcatv
|
||||||
void g_str_array_free (gchar **strarray);
|
void g_str_array_free (gchar **strarray);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user