Replace @Varargs with @...

to make gtk-doc happy.
This commit is contained in:
Ryan Lortie
2011-07-22 13:25:32 +02:00
parent ea63f16c59
commit 5dbc12e9f1
9 changed files with 26 additions and 26 deletions

View File

@@ -1455,7 +1455,7 @@ g_string_vprintf (GString *string,
* g_string_sprintf:
* @string: a #GString
* @format: the string format. See the sprintf() documentation
* @Varargs: the parameters to insert into the format string
* @...: the parameters to insert into the format string
*
* Writes a formatted string into a #GString.
* This is similar to the standard sprintf() function,
@@ -1470,7 +1470,7 @@ g_string_vprintf (GString *string,
* g_string_printf:
* @string: a #GString
* @format: the string format. See the printf() documentation
* @Varargs: the parameters to insert into the format string
* @...: the parameters to insert into the format string
*
* Writes a formatted string into a #GString.
* This is similar to the standard sprintf() function,
@@ -1496,7 +1496,7 @@ g_string_printf (GString *string,
* g_string_sprintfa:
* @string: a #GString
* @format: the string format. See the sprintf() documentation
* @Varargs: the parameters to insert into the format string
* @...: the parameters to insert into the format string
*
* Appends a formatted string onto the end of a #GString.
* This function is similar to g_string_sprintf() except that
@@ -1509,7 +1509,7 @@ g_string_printf (GString *string,
* g_string_append_printf:
* @string: a #GString
* @format: the string format. See the printf() documentation
* @Varargs: the parameters to insert into the format string
* @...: the parameters to insert into the format string
*
* Appends a formatted string onto the end of a #GString.
* This function is similar to g_string_printf() except