summaryrefslogtreecommitdiff
path: root/gio/gconverteroutputstream.c
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2023-04-28 01:59:26 +0200
committerSophie Herold <sophie@hemio.de>2023-04-28 02:17:36 +0200
commite02808020ffbe82ad14c9bca2f4a157aa2b1b691 (patch)
tree69152391d3693bb9437b5949afbf3a11b2f04b80 /gio/gconverteroutputstream.c
parent473063383df0ec135fd86b75b6f7f1dd20a8e2aa (diff)
downloadglib-wip/sophie-h/remove-nick-blurb.tar.gz
Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurb
Nicks and blurbs don't have any practical use for gio/gobject libraries. Leaving tests untouched since this features is still used by other libraries. Closes #2991
Diffstat (limited to 'gio/gconverteroutputstream.c')
-rw-r--r--gio/gconverteroutputstream.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gconverteroutputstream.c b/gio/gconverteroutputstream.c
index b26f645d4..905f3a7be 100644
--- a/gio/gconverteroutputstream.c
+++ b/gio/gconverteroutputstream.c
@@ -134,9 +134,7 @@ g_converter_output_stream_class_init (GConverterOutputStreamClass *klass)
g_object_class_install_property (object_class,
PROP_CONVERTER,
- g_param_spec_object ("converter",
- P_("Converter"),
- P_("The converter object"),
+ g_param_spec_object ("converter", NULL, NULL,
G_TYPE_CONVERTER,
G_PARAM_READWRITE|
G_PARAM_CONSTRUCT_ONLY|