From: Sebastian Wilhelmi Date: Thu, 12 Oct 2000 15:36:29 +0000 (+0000) Subject: .cvsignore updates X-Git-Tag: GLIB_1_3_2~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8131a71780811e7b7eb7fa7be06dc3fd4e863d7b;p=platform%2Fupstream%2Fglib.git .cvsignore updates .cvsignore updates --- diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index bdd048e..17eb12c 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -1,80 +1,85 @@ - + - + -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. - + - + - +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. - + -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. @@ -82,3 +87,17 @@ Turns the argument into a string literal by using the '#' stringizing operator. + + + + + + + + +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 e9eadd9..8a4f8cf 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -258,12 +258,3 @@ 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 8916fa6..2019c86 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -113,18 +113,6 @@ 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. diff --git a/tests/.cvsignore b/tests/.cvsignore index f602436..f29f769 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -15,7 +15,9 @@ node-test queue-test rand-test relation-test +shell-test slist-test +spawn-test stamp-gc-h stamp-h strfunc-test