summaryrefslogtreecommitdiff
path: root/gio/gwin32outputstream.c
diff options
context:
space:
mode:
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 |