mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Replace @Varargs with @...
to make gtk-doc happy.
This commit is contained in:
@@ -1034,7 +1034,7 @@ g_set_print_handler (GPrintFunc func)
|
||||
/**
|
||||
* g_print:
|
||||
* @format: the message format. See the printf() documentation
|
||||
* @Varargs: the parameters to insert into the format string
|
||||
* @...: the parameters to insert into the format string
|
||||
*
|
||||
* Outputs a formatted message via the print handler.
|
||||
* The default print handler simply outputs the message to stdout.
|
||||
@@ -1113,7 +1113,7 @@ g_set_printerr_handler (GPrintFunc func)
|
||||
/**
|
||||
* g_printerr:
|
||||
* @format: the message format. See the printf() documentation
|
||||
* @Varargs: the parameters to insert into the format string
|
||||
* @...: the parameters to insert into the format string
|
||||
*
|
||||
* Outputs a formatted message via the error message handler.
|
||||
* The default handler simply outputs the message to stderr.
|
||||
|
Reference in New Issue
Block a user