mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user