mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 11:11:58 +02:00
Don't mark buffer-size property as construct-only
svn path=/trunk/; revision=6007
This commit is contained in:
parent
d8266ffb8f
commit
e919f0198b
@ -1,6 +1,11 @@
|
||||
2007-12-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gbufferedoutputstream.c: Add properties
|
||||
* gbufferedoutputstream.c: Don't mark buffer-size property
|
||||
as construct-only.
|
||||
|
||||
2007-12-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gbufferedoutputstream.c: Add auto-grow property.
|
||||
|
||||
2007-11-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -153,7 +153,7 @@ g_buffered_output_stream_class_init (GBufferedOutputStreamClass *klass)
|
||||
1,
|
||||
G_MAXUINT,
|
||||
DEFAULT_BUFFER_SIZE,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
|
||||
G_PARAM_READWRITE|
|
||||
G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB));
|
||||
|
||||
g_object_class_install_property (object_class,
|
||||
|
Loading…
x
Reference in New Issue
Block a user