summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-10-22 19:13:28 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-10-22 19:13:28 +0000
commit72e6566b0d3811b3d711bb6b077b33082f07379b (patch)
tree550b8429bd3bdfe02b243df348f2310628ef115f /docs
parent6bf176c36ddfffd71a8fda39b65abd1dba80ba00 (diff)
downloadgtk+-72e6566b0d3811b3d711bb6b077b33082f07379b.tar.gz
Clarify behavior in docs, #61777 (gtk_text_iter_forward_search)
2001-10-22 Havoc Pennington <hp@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in docs, #61777 (gtk_text_iter_forward_search) (gtk_text_iter_backward_search): change the two boolean args to a flags field, so we can extend to add case insensitive, regexp searches later. #61852
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkmenu.sgml6
-rw-r--r--docs/reference/gtk/tmpl/gtktextiter.sgml12
2 files changed, 11 insertions, 7 deletions
diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml
index b8f6c87935..b51c366a4b 100644
--- a/docs/reference/gtk/tmpl/gtkmenu.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenu.sgml
@@ -96,9 +96,9 @@ Creates a new #GtkMenu.
Adds a new #GtkMenuItem to the end of the menu's item list.
</para>
+<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
-<!-- # Unused Parameters # -->
@m:
@c:
@@ -108,9 +108,9 @@ Adds a new #GtkMenuItem to the end of the menu's item list.
Adds a new #GtkMenuItem to the beginning of the menu's item list.
</para>
+<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
-<!-- # Unused Parameters # -->
@menu_child:
@m:
@c:
@@ -122,10 +122,10 @@ Adds a new #GtkMenuItem to the menu's item list at the position
indicated by @position.
</para>
+<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
@pos:
-<!-- # Unused Parameters # -->
@position: The position in the item list where @child is added.
Positions are numbered from 0 to n-1.
diff --git a/docs/reference/gtk/tmpl/gtktextiter.sgml b/docs/reference/gtk/tmpl/gtktextiter.sgml
index aae67a4ddf..1815bd9654 100644
--- a/docs/reference/gtk/tmpl/gtktextiter.sgml
+++ b/docs/reference/gtk/tmpl/gtktextiter.sgml
@@ -715,12 +715,14 @@ types related to the text widget and how they work together.
@iter:
@str:
-@visible_only:
-@slice:
+@flags:
@match_start:
@match_end:
@limit:
@Returns:
+<!-- # Unused Parameters # -->
+@visible_only:
+@slice:
<!-- ##### FUNCTION gtk_text_iter_backward_search ##### -->
@@ -730,12 +732,14 @@ types related to the text widget and how they work together.
@iter:
@str:
-@visible_only:
-@slice:
+@flags:
@match_start:
@match_end:
@limit:
@Returns:
+<!-- # Unused Parameters # -->
+@visible_only:
+@slice:
<!-- ##### FUNCTION gtk_text_iter_equal ##### -->