summaryrefslogtreecommitdiff
path: root/gio/gbufferedoutputstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gbufferedoutputstream.c')
-rw-r--r--gio/gbufferedoutputstream.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gio/gbufferedoutputstream.c b/gio/gbufferedoutputstream.c
index 4999a7d69..104545010 100644
--- a/gio/gbufferedoutputstream.c
+++ b/gio/gbufferedoutputstream.c
@@ -151,9 +151,7 @@ g_buffered_output_stream_class_init (GBufferedOutputStreamClass *klass)
g_object_class_install_property (object_class,
PROP_BUFSIZE,
- g_param_spec_uint ("buffer-size",
- P_("Buffer Size"),
- P_("The size of the backend buffer"),
+ g_param_spec_uint ("buffer-size", NULL, NULL,
1,
G_MAXUINT,
DEFAULT_BUFFER_SIZE,
@@ -162,9 +160,7 @@ g_buffered_output_stream_class_init (GBufferedOutputStreamClass *klass)
g_object_class_install_property (object_class,
PROP_AUTO_GROW,
- g_param_spec_boolean ("auto-grow",
- P_("Auto-grow"),
- P_("Whether the buffer should automatically grow"),
+ g_param_spec_boolean ("auto-grow", NULL, NULL,
FALSE,
G_PARAM_READWRITE|
G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB));