Home
last modified time | relevance | path

Searched refs:g_strjoin (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgstrfuncs.h200 gchar* g_strjoin (const gchar *separator,
Dgstrfuncs.c2672 g_strjoin (const gchar *separator, in g_strjoin() function
Dgaliasdef.c2798 #undef g_strjoin
2799 extern __typeof (g_strjoin) g_strjoin __attribute((alias("IA__g_strjoin"), visibility("default")));
Dgalias.h2787 extern __typeof (g_strjoin) IA__g_strjoin __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_…
2788 #define g_strjoin IA__g_strjoin macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1237 g_strjoin
/external/bluetooth/glib/
DChangeLog.pre-2-161615 g_strjoin() to concatenate two strings.
DChangeLog.pre-2-03333 * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
6108 * glib.def: g_strjoin was missing.
6411 removed string tokenisation (we got g_strsplit() and g_strjoin()
DChangeLog.pre-1-21701 (g_strjoin): new function from sopwith to concatenate strings with