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:
Owen Taylor
2003-09-12 00:17:02 +00:00
committed by Owen Taylor
parent 8d91ba8c58
commit 2f4c3d8a6d
17 changed files with 494 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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>

View File

@@ -57,7 +57,7 @@ reasons this function can only be called once.
</para>
@variable:
@variable:
@Returns:

View File

@@ -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>