mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
Replace @Varargs with @...
to make gtk-doc happy.
This commit is contained in:
@@ -1534,7 +1534,7 @@ g_build_pathv (const gchar *separator,
|
||||
* g_build_path:
|
||||
* @separator: a string used to separator the elements of the path.
|
||||
* @first_element: the first element in the path
|
||||
* @Varargs: remaining elements in path, terminated by %NULL
|
||||
* @...: remaining elements in path, terminated by %NULL
|
||||
*
|
||||
* Creates a path from a series of elements using @separator as the
|
||||
* separator between elements. At the boundary between two elements,
|
||||
@@ -1728,7 +1728,7 @@ g_build_filenamev (gchar **args)
|
||||
/**
|
||||
* g_build_filename:
|
||||
* @first_element: the first element in the path
|
||||
* @Varargs: remaining elements in path, terminated by %NULL
|
||||
* @...: remaining elements in path, terminated by %NULL
|
||||
*
|
||||
* Creates a filename from a series of elements using the correct
|
||||
* separator for filenames.
|
||||
|
Reference in New Issue
Block a user