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

@@ -391,7 +391,7 @@ g_error_new_valist (GQuark domain,
* @domain: error domain
* @code: error code
* @format: printf()-style format for error message
* @Varargs: parameters for message format
* @...: parameters for message format
*
* Creates a new #GError with the given @domain and @code,
* and a message formatted with @format.
@@ -521,7 +521,7 @@ g_error_matches (const GError *error,
* @domain: error domain
* @code: error code
* @format: printf()-style format
* @Varargs: args for @format
* @...: args for @format
*
* Does nothing if @err is %NULL; if @err is non-%NULL, then *@err
* must be %NULL. A new #GError is created and assigned to *@err.