Home
last modified time | relevance | path

Searched refs:g_string_prepend_c (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgstring.h96 GString* g_string_prepend_c (GString *string,
Dgstring.c942 g_string_prepend_c (GString *string, in g_string_prepend_c() function
Dgaliasdef.c2973 #undef g_string_prepend_c
2974 extern __typeof (g_string_prepend_c) g_string_prepend_c __attribute((alias("IA__g_string_prepend_c"…
Dgalias.h2962 extern __typeof (g_string_prepend_c) IA__g_string_prepend_c __attribute((visibility("hidden")));
2963 #define g_string_prepend_c IA__g_string_prepend_c macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2073 g_string_prepend_c
/external/bluetooth/glib/
DChangeLog.pre-1-22776 * gstring.c: g_string_prepend and g_string_prepend_c had
DChangeLog.pre-2-06021 (g_string_prepend_c): reimplement in terms of g_string_insert_c