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

/external/bluetooth/glib/glib/
H A Dgstring.c1393 * This function is similar to g_string_printf() except that
1419 * Deprecated: This function has been renamed to g_string_printf().
1423 * g_string_printf:
1435 g_string_printf (GString *string, function
1468 * This function is similar to g_string_printf() except
H A Dgalias.h2971 extern __typeof (g_string_printf) IA__g_string_printf __attribute((visibility("hidden"))) G_GNUC_PRINTF(2,3);
2972 #define g_string_printf IA__g_string_printf macro
H A Dgaliasdef.c2982 #undef g_string_printf macro
2983 extern __typeof (g_string_printf) g_string_printf __attribute((alias("IA__g_string_printf"), visibility("default")));

Completed in 75 milliseconds