Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
/* GLIB - Library of useful routines for C programming
|
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
2017-01-05 12:47:07 +01:00
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2014-01-23 12:58:29 +01:00
|
|
|
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
|
|
|
|
* file for a list of people on the GLib Team. See the ChangeLog
|
|
|
|
* files for a list of changes. These files are distributed with
|
2008-03-14 20:30:38 +01:00
|
|
|
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
*/
|
|
|
|
|
2012-12-28 05:43:14 +01:00
|
|
|
#ifndef __G_TREE_H__
|
|
|
|
#define __G_TREE_H__
|
|
|
|
|
2011-10-12 06:24:46 +02:00
|
|
|
#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
|
2008-03-14 20:30:38 +01:00
|
|
|
#error "Only <glib.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gnode.h>
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2020-08-04 21:23:54 +02:00
|
|
|
#undef G_TREE_DEBUG
|
|
|
|
|
2001-03-08 18:51:39 +01:00
|
|
|
typedef struct _GTree GTree;
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
|
2020-08-04 21:31:36 +02:00
|
|
|
/**
|
|
|
|
* GTreeNode:
|
|
|
|
*
|
|
|
|
* An opaque type which identifies a specific node in a #GTree.
|
|
|
|
*
|
|
|
|
* Since: 2.68
|
|
|
|
*/
|
|
|
|
typedef struct _GTreeNode GTreeNode;
|
|
|
|
|
2001-09-26 01:15:53 +02:00
|
|
|
typedef gboolean (*GTraverseFunc) (gpointer key,
|
|
|
|
gpointer value,
|
|
|
|
gpointer data);
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
|
2020-08-04 21:31:36 +02:00
|
|
|
/**
|
|
|
|
* GTraverseNodeFunc:
|
|
|
|
* @node: a #GTreeNode
|
|
|
|
* @data: user data passed to g_tree_foreach_node()
|
|
|
|
*
|
|
|
|
* Specifies the type of function passed to g_tree_foreach_node(). It is
|
|
|
|
* passed each node, together with the @user_data parameter passed to
|
|
|
|
* g_tree_foreach_node(). If the function returns %TRUE, the traversal is
|
|
|
|
* stopped.
|
|
|
|
*
|
|
|
|
* Returns: %TRUE to stop the traversal
|
|
|
|
* Since: 2.68
|
|
|
|
*/
|
|
|
|
typedef gboolean (*GTraverseNodeFunc) (GTreeNode *node,
|
|
|
|
gpointer data);
|
|
|
|
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
/* Balanced binary trees
|
|
|
|
*/
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
GTree* g_tree_new (GCompareFunc key_compare_func);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
GTree* g_tree_new_with_data (GCompareDataFunc key_compare_func,
|
2001-05-04 19:01:56 +02:00
|
|
|
gpointer key_compare_data);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-05-04 19:01:56 +02:00
|
|
|
GTree* g_tree_new_full (GCompareDataFunc key_compare_func,
|
|
|
|
gpointer key_compare_data,
|
|
|
|
GDestroyNotify key_destroy_func,
|
|
|
|
GDestroyNotify value_destroy_func);
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_node_first (GTree *tree);
|
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_node_last (GTree *tree);
|
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_node_previous (GTreeNode *node);
|
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_node_next (GTreeNode *node);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2009-07-05 13:30:54 +02:00
|
|
|
GTree* g_tree_ref (GTree *tree);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2009-07-05 13:30:54 +02:00
|
|
|
void g_tree_unref (GTree *tree);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
void g_tree_destroy (GTree *tree);
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_insert_node (GTree *tree,
|
|
|
|
gpointer key,
|
|
|
|
gpointer value);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
void g_tree_insert (GTree *tree,
|
|
|
|
gpointer key,
|
|
|
|
gpointer value);
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_replace_node (GTree *tree,
|
|
|
|
gpointer key,
|
|
|
|
gpointer value);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-05-04 19:01:56 +02:00
|
|
|
void g_tree_replace (GTree *tree,
|
|
|
|
gpointer key,
|
|
|
|
gpointer value);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2005-05-17 17:33:36 +02:00
|
|
|
gboolean g_tree_remove (GTree *tree,
|
2001-03-08 18:51:39 +01:00
|
|
|
gconstpointer key);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2005-05-17 17:33:36 +02:00
|
|
|
gboolean g_tree_steal (GTree *tree,
|
2001-05-04 19:01:56 +02:00
|
|
|
gconstpointer key);
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
gpointer g_tree_node_key (GTreeNode *node);
|
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
gpointer g_tree_node_value (GTreeNode *node);
|
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_lookup_node (GTree *tree,
|
|
|
|
gconstpointer key);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
gpointer g_tree_lookup (GTree *tree,
|
|
|
|
gconstpointer key);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
gboolean g_tree_lookup_extended (GTree *tree,
|
|
|
|
gconstpointer lookup_key,
|
|
|
|
gpointer *orig_key,
|
|
|
|
gpointer *value);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-05-04 19:01:56 +02:00
|
|
|
void g_tree_foreach (GTree *tree,
|
|
|
|
GTraverseFunc func,
|
|
|
|
gpointer user_data);
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
void g_tree_foreach_node (GTree *tree,
|
|
|
|
GTraverseNodeFunc func,
|
|
|
|
gpointer user_data);
|
2001-11-26 20:01:08 +01:00
|
|
|
|
2011-10-11 08:34:59 +02:00
|
|
|
GLIB_DEPRECATED
|
2001-03-08 18:51:39 +01:00
|
|
|
void g_tree_traverse (GTree *tree,
|
|
|
|
GTraverseFunc traverse_func,
|
|
|
|
GTraverseType traverse_type,
|
2011-10-11 08:34:59 +02:00
|
|
|
gpointer user_data);
|
2001-11-26 20:01:08 +01:00
|
|
|
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_search_node (GTree *tree,
|
|
|
|
GCompareFunc search_func,
|
|
|
|
gconstpointer user_data);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
gpointer g_tree_search (GTree *tree,
|
|
|
|
GCompareFunc search_func,
|
2001-05-04 19:01:56 +02:00
|
|
|
gconstpointer user_data);
|
2020-08-04 21:31:36 +02:00
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_lower_bound (GTree *tree,
|
|
|
|
gconstpointer key);
|
|
|
|
GLIB_AVAILABLE_IN_2_68
|
|
|
|
GTreeNode *g_tree_upper_bound (GTree *tree,
|
|
|
|
gconstpointer key);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
gint g_tree_height (GTree *tree);
|
2012-12-06 20:04:59 +01:00
|
|
|
GLIB_AVAILABLE_IN_ALL
|
2001-03-08 18:51:39 +01:00
|
|
|
gint g_tree_nnodes (GTree *tree);
|
2000-11-21 00:59:32 +01:00
|
|
|
|
2020-08-04 21:23:54 +02:00
|
|
|
#ifdef G_TREE_DEBUG
|
|
|
|
/*< private >*/
|
|
|
|
#ifndef __GTK_DOC_IGNORE__
|
|
|
|
void g_tree_dump (GTree *tree);
|
|
|
|
#endif /* !__GTK_DOC_IGNORE__ */
|
|
|
|
#endif /* G_TREE_DEBUG */
|
|
|
|
|
Split glib.h into many header files mostly according to the resp.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.
* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.
* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.
* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2000-10-12 13:52:07 +02:00
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __G_TREE_H__ */
|