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:
Philip Withnall
2023-11-29 13:23:09 +00:00
parent f6a1599e3c
commit f3aebf0c15
37 changed files with 610 additions and 1 deletions

View File

@@ -113,6 +113,11 @@ g_converter_input_stream_class_init (GConverterInputStreamClass *klass)
istream_class = G_INPUT_STREAM_CLASS (klass);
istream_class->read_fn = g_converter_input_stream_read;
/**
* GConverterInputStream:converter:
*
* The converter object.
*/
g_object_class_install_property (object_class,
PROP_CONVERTER,
g_param_spec_object ("converter",