mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
docs: use "Returns:" consistently
Instead of "Return value:".
This commit is contained in:
@@ -379,7 +379,7 @@ g_memory_output_stream_init (GMemoryOutputStream *stream)
|
||||
* stream3 = g_memory_output_stream_new (data, 200, NULL, free);
|
||||
* ]|
|
||||
*
|
||||
* Return value: A newly created #GMemoryOutputStream object.
|
||||
* Returns: A newly created #GMemoryOutputStream object.
|
||||
**/
|
||||
GOutputStream *
|
||||
g_memory_output_stream_new (gpointer data,
|
||||
|
Reference in New Issue
Block a user