summaryrefslogtreecommitdiff
path: root/gio/gwin32outputstream.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/gwin32outputstream.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/gwin32outputstream.c')
-rw-r--r--gio/gwin32outputstream.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gio/gwin32outputstream.c b/gio/gwin32outputstream.c
index b88f05c82..67e3c5bb0 100644
--- a/gio/gwin32outputstream.c
+++ b/gio/gwin32outputstream.c
@@ -248,9 +248,7 @@ g_win32_output_stream_class_init (GWin32OutputStreamClass *klass)
* Since: 2.26
*/
props[PROP_HANDLE] =
- g_param_spec_pointer ("handle",
- P_("File handle"),
- P_("The file handle to write to"),
+ g_param_spec_pointer ("handle", NULL, NULL,
G_PARAM_READABLE |
G_PARAM_WRITABLE |
G_PARAM_CONSTRUCT_ONLY |
@@ -264,9 +262,7 @@ g_win32_output_stream_class_init (GWin32OutputStreamClass *klass)
* Since: 2.26
*/
props[PROP_CLOSE_HANDLE] =
- g_param_spec_boolean ("close-handle",
- P_("Close file handle"),
- P_("Whether to close the file handle when the stream is closed"),
+ g_param_spec_boolean ("close-handle", NULL, NULL,
TRUE,
G_PARAM_READABLE |
G_PARAM_WRITABLE |