mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
s/str_concatv/strconcatv/
s/str_concatv/strconcatv/
This commit is contained in:
2
glib.h
2
glib.h
@@ -1380,7 +1380,7 @@ gchar ** g_str_split (const gchar *string,
|
||||
const gchar *delim,
|
||||
gint max_tokens);
|
||||
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);
|
||||
|
||||
|
||||
|
@@ -1380,7 +1380,7 @@ gchar ** g_str_split (const gchar *string,
|
||||
const gchar *delim,
|
||||
gint max_tokens);
|
||||
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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user