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,026
Issues
1,026
List
Boards
Labels
Milestones
Merge Requests
75
Merge Requests
75
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
11154ff5
Commit
11154ff5
authored
Feb 19, 2012
by
David King
Committed by
Allison Karlitskaya
Feb 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Fix typo GConvertFlags → GConverterFlags
parent
59e1c77b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gio/gconverter.c
gio/gconverter.c
+1
-1
No files found.
gio/gconverter.c
View file @
11154ff5
...
@@ -59,7 +59,7 @@ g_converter_default_init (GConverterInterface *iface)
...
@@ -59,7 +59,7 @@ g_converter_default_init (GConverterInterface *iface)
* @inbuf_size: the number of bytes in @inbuf
* @inbuf_size: the number of bytes in @inbuf
* @outbuf: a buffer to write converted data in.
* @outbuf: a buffer to write converted data in.
* @outbuf_size: the number of bytes in @outbuf, must be at least one
* @outbuf_size: the number of bytes in @outbuf, must be at least one
* @flags: a #GConvertFlags controlling the conversion details
* @flags: a #GConvert
er
Flags controlling the conversion details
* @bytes_read: (out): will be set to the number of bytes read from @inbuf on success
* @bytes_read: (out): will be set to the number of bytes read from @inbuf on success
* @bytes_written: (out): will be set to the number of bytes written to @outbuf on success
* @bytes_written: (out): will be set to the number of bytes written to @outbuf on success
* @error: location to store the error occurring, or %NULL to ignore
* @error: location to store the error occurring, or %NULL to ignore
...
...
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