mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Add g_markup_printf_escaped(), g_markup_vprintf_escaped().
Thu Sep 11 20:11:05 2003 Owen Taylor <otaylor@redhat.com> * glib/gmarkup.c: Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). * tests/markup-escape-test.c (main): Test for g_markup_escape_text(), g_markup_printf_escaped().
This commit is contained in:
@@ -32,7 +32,7 @@ IGNORE_HFILES= \
|
||||
glibconfig-sysdefs.h \
|
||||
gdebug.h \
|
||||
gprintfint.h \
|
||||
trio
|
||||
gnulib
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio
|
||||
|
@@ -843,6 +843,8 @@ GMarkupParseFlags
|
||||
GMarkupParseContext
|
||||
GMarkupParser
|
||||
g_markup_escape_text
|
||||
g_markup_printf_escaped
|
||||
g_markup_vprintf_escaped
|
||||
g_markup_parse_context_end_parse
|
||||
g_markup_parse_context_free
|
||||
g_markup_parse_context_get_position
|
||||
|
@@ -169,6 +169,16 @@ A test to perform an a file using g_file_test().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_file_read_link ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filename:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GDir ##### -->
|
||||
<para>
|
||||
An opaque structure representing an opened directory.
|
||||
|
@@ -346,6 +346,7 @@ specifiers for values of type #gint32. See also #G_GINT16_MODIFIER.
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GINT32_FORMAT ##### -->
|
||||
<para>
|
||||
This is the platform dependent conversion specifier for scanning and
|
||||
@@ -378,6 +379,7 @@ is not defined.
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GINT64_FORMAT ##### -->
|
||||
<para>
|
||||
This is the platform dependent conversion specifier for scanning and
|
||||
|
@@ -153,6 +153,26 @@ passthrough text back out in the same position
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_markup_printf_escaped ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_markup_vprintf_escaped ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format:
|
||||
@args:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_markup_parse_context_end_parse ##### -->
|
||||
<para>
|
||||
|
||||
|
@@ -57,7 +57,7 @@ reasons this function can only be called once.
|
||||
|
||||
</para>
|
||||
|
||||
@variable:
|
||||
@variable:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@@ -304,6 +304,8 @@ See <ulink url="http://www.unicode.org/unicode/reports/tr14/"
|
||||
@G_UNICODE_BREAK_COMPLEX_CONTEXT:
|
||||
@G_UNICODE_BREAK_AMBIGUOUS:
|
||||
@G_UNICODE_BREAK_UNKNOWN:
|
||||
@G_UNICODE_BREAK_NEXT_LINE:
|
||||
@G_UNICODE_BREAK_WORD_JOINER:
|
||||
|
||||
<!-- ##### FUNCTION g_unichar_break_type ##### -->
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user