Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmarkup.h231 gchar *g_markup_printf_escaped (const char *format,
Dgmarkup.c2628 g_markup_printf_escaped (const gchar *format, ...) in g_markup_printf_escaped() function
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstssaparse.c309 escaped = g_markup_printf_escaped ("%s", t); in gst_ssa_parse_push_line()
/third_party/glib/gio/tests/
Dgmenumodel.c84 str = g_markup_printf_escaped (" %s='%s'", name, g_variant_get_string (value, NULL)); in g_menu_markup_print_string()
97 …str = g_markup_printf_escaped ("<attribute name='%s' type='%s'>%s</attribute>\n", name, type, prin… in g_menu_markup_print_string()
117 str = g_markup_printf_escaped ("<link name='%s'>\n", name); in g_menu_markup_print_string()
/third_party/glib/po/
DMakefile.in.in113 --flag=g_markup_printf_escaped:1:c-format \
/third_party/glib/gio/
Dgdbusintrospection.c589 tmp = g_markup_printf_escaped ("%*s<annotation name=\"%s\" value=\"%s\"", in g_dbus_annotation_info_generate_xml()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1552 g_markup_printf_escaped
/third_party/glib/glib/tests/
Dstrfuncs.c1908 tmp = g_markup_printf_escaped ("%s", string); in test_bounds()