mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gio: Add various missing property documentation comments
Previously these properties would have been documented using the strings from the pspec, but those will be removed in the following commit. Re-add the documentation using those strings, but as gi-docgen documentation comments. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #2991
This commit is contained in:
@@ -159,6 +159,8 @@ g_simple_io_stream_class_init (GSimpleIOStreamClass *class)
|
||||
/**
|
||||
* GSimpleIOStream:input-stream:
|
||||
*
|
||||
* The [class@Gio.InputStream] to read from.
|
||||
*
|
||||
* Since: 2.44
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_INPUT_STREAM,
|
||||
@@ -173,6 +175,8 @@ g_simple_io_stream_class_init (GSimpleIOStreamClass *class)
|
||||
/**
|
||||
* GSimpleIOStream:output-stream:
|
||||
*
|
||||
* The [class@Gio.OutputStream] to write to.
|
||||
*
|
||||
* Since: 2.44
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_OUTPUT_STREAM,
|
||||
|
Reference in New Issue
Block a user