Searched defs:g_strsplit_set (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstrfuncs.c2450 * g_strsplit_set:
2462 * For example the result of g_strsplit_set ("abc:def/ghi", ":/", -1) is a
2466 * The result if g_strsplit_set (":def/ghi:", ":/", -1) is a %NULL-terminated
2474 * before calling g_strsplit_set().
2485 g_strsplit_set (const gchar *string, function
H A Dgalias.h2820 extern __typeof (g_strsplit_set) IA__g_strsplit_set __attribute((visibility("hidden"))) G_GNUC_MALLOC;
2821 #define g_strsplit_set IA__g_strsplit_set macro
H A Dgaliasdef.c2831 #undef g_strsplit_set macro
2832 extern __typeof (g_strsplit_set) g_strsplit_set __attribute((alias("IA__g_strsplit_set"), visibility("default")));

Completed in 137 milliseconds