Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GLib
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,027
Issues
1,027
List
Boards
Labels
Milestones
Merge Requests
73
Merge Requests
73
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GLib
Commits
e919f019
Commit
e919f019
authored
Dec 01, 2007
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't mark buffer-size property as construct-only
svn path=/trunk/; revision=6007
parent
d8266ffb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gio/ChangeLog
gio/ChangeLog
+6
-1
gio/gbufferedoutputstream.c
gio/gbufferedoutputstream.c
+1
-1
No files found.
gio/ChangeLog
View file @
e919f019
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>
...
...
gio/gbufferedoutputstream.c
View file @
e919f019
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment