Home
last modified time | relevance | path

Searched refs:g_strchomp (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
Dgstrfuncs.h155 gchar* g_strchomp (gchar *string);
157 #define g_strstrip( string ) g_strchomp (g_strchug (string))
Dgstrfuncs.c2356 g_strchomp (gchar *string) in g_strchomp() function
Dgaliasdef.c2756 #undef g_strchomp
2757 extern __typeof (g_strchomp) g_strchomp __attribute((alias("IA__g_strchomp"), visibility("default")…
Dgalias.h2745 extern __typeof (g_strchomp) IA__g_strchomp __attribute((visibility("hidden")));
2746 #define g_strchomp IA__g_strchomp macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1224 g_strchomp
/external/bluetooth/glib/
DChangeLog.pre-2-2449 * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer
DChangeLog.pre-1-21733 (g_strchomp): renamed from g_str_chomp(), removed in_place argument.
DChangeLog.pre-2-01824 * glib/gstrfuncs.c (g_strchomp): Replace some uses
/external/bluetooth/glib/docs/reference/
DChangeLog1843 g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.