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
efae1126
Commit
efae1126
authored
Feb 01, 2014
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GTree: formatting fixes
parent
26b4f6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
glib/gtree.c
glib/gtree.c
+3
-3
No files found.
glib/gtree.c
View file @
efae1126
...
...
@@ -71,7 +71,7 @@ typedef struct _GTreeNode GTreeNode;
/**
* GTree:
*
* The
#GTree-
struct is an opaque data structure representing a <link
* The
GTree
struct is an opaque data structure representing a <link
* linkend="glib-Balanced-Binary-Trees">Balanced Binary Tree</link>.
* It should be accessed only by using the following functions.
*/
...
...
@@ -834,7 +834,7 @@ g_tree_remove_internal (GTree *tree,
* is O(log n) (where n is the number of key/value pairs in the tree).
*
* Return value: the value corresponding to the key, or %NULL
* if the key was not found
.
* if the key was not found
*/
gpointer
g_tree_lookup
(
GTree
*
tree
,
...
...
@@ -1004,7 +1004,7 @@ g_tree_traverse (GTree *tree,
* pairs that have a larger key.
*
* Return value: the value corresponding to the found key, or %NULL
* if the key was not found
.
* if the key was not found
*/
gpointer
g_tree_search
(
GTree
*
tree
,
...
...
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