diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-06 05:07:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-06 05:07:47 +0000 |
commit | 9090c67afc1aea46e2bc2ccd18574a52f9d52bec (patch) | |
tree | 6c6b2a7adcaf6b9ba135830bd5949cb627140a1b /docs/reference/glib/tmpl/strings.sgml | |
parent | 7946d2e67e2273acb73e902613358657da4043bf (diff) | |
download | glib-9090c67afc1aea46e2bc2ccd18574a52f9d52bec.tar.gz |
2.9.2GLIB_2_9_2
Diffstat (limited to 'docs/reference/glib/tmpl/strings.sgml')
-rw-r--r-- | docs/reference/glib/tmpl/strings.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/glib/tmpl/strings.sgml b/docs/reference/glib/tmpl/strings.sgml index 21570df17..8a35eeb2e 100644 --- a/docs/reference/glib/tmpl/strings.sgml +++ b/docs/reference/glib/tmpl/strings.sgml @@ -91,6 +91,7 @@ The previous contents of the #GString are destroyed. </para> @Deprecated: This function has been renamed to g_string_printf(). +<!-- # Unused Parameters # --> @string: a #GString. @format: the string format. See the sprintf() documentation. @Varargs: the parameters to insert into the format string. @@ -104,6 +105,7 @@ the text is appended to the #GString. </para> @Deprecated: This function has been renamed to g_string_append_printf(). +<!-- # Unused Parameters # --> @string: a #GString. @format: the string format. See the sprintf() documentation. @Varargs: the parameters to insert into the format string. |