From 5a2c122afd75c715bc6659ba12ae35469b7222bb Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 12 Oct 2000 15:41:37 +0000 Subject: [PATCH] Revert unintended commit... Revert unintended commit... --- docs/reference/glib/tmpl/glib-unused.sgml | 65 ++++++++--------------- docs/reference/glib/tmpl/misc_utils.sgml | 9 ++++ docs/reference/glib/tmpl/trees-nary.sgml | 12 +++++ 3 files changed, 44 insertions(+), 42 deletions(-) diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index 17eb12cc..bdd048e9 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -1,103 +1,84 @@ - - - - - - - - - - - - - + -Inserts a #GNode beneath the parent after the given sibling. +Specifies the type of function passed to g_tree_search(). -@parent: the #GNode to place @node under. -@sibling: the sibling #GNode to place @node after. If sibling is NULL, -the node is inserted as the first child of @parent. -@node: the #GNode to insert. -@Returns: the inserted #GNode. +@key: a key from a #GTree. +@data: the data to compare with the key. +@Returns: 0 if the desired key has been found, a negative number if the +desired key comes before @key in the sort order of the #GTree, or a positive +value if the desired key comes after @key. - + - + - + - +Turns the argument into a string literal by using the '#' stringizing operator. +@x: text to convert to a literal string. - + - + -Specifies the type of function passed to g_tree_search(). + -@key: a key from a #GTree. -@data: the data to compare with the key. -@Returns: 0 if the desired key has been found, a negative number if the -desired key comes before @key in the sort order of the #GTree, or a positive -value if the desired key comes after @key. - + - + - + -Turns the argument into a string literal by using the '#' stringizing operator. + -@x: text to convert to a literal string. - + - + - + -Declares a type of function which takes an arbitrary data pointer argument -and has no return value. It is not currently used in GLib or GTK+. + -@data: diff --git a/docs/reference/glib/tmpl/misc_utils.sgml b/docs/reference/glib/tmpl/misc_utils.sgml index 8a4f8cfd..e9eadd9c 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -258,3 +258,12 @@ It is used to specify the type function passed to g_atexit(). + + +Declares a type of function which takes an arbitrary data pointer argument +and has no return value. It is not currently used in GLib or GTK+. + + +@data: + + diff --git a/docs/reference/glib/tmpl/trees-nary.sgml b/docs/reference/glib/tmpl/trees-nary.sgml index 2019c861..8916fa69 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -113,6 +113,18 @@ the node is inserted as the last child of @parent. @Returns: the inserted #GNode. + + +Inserts a #GNode beneath the parent after the given sibling. + + +@parent: the #GNode to place @node under. +@sibling: the sibling #GNode to place @node after. If sibling is NULL, +the node is inserted as the first child of @parent. +@node: the #GNode to insert. +@Returns: the inserted #GNode. + + Inserts a #GNode as the last child of the given parent. -- 2.34.1