diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-11-01 00:06:32 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-11-01 00:06:32 +0000 |
commit | e7729de280f4d2c052ece4fa851f7953d28d6223 (patch) | |
tree | 2288d1bcc23ac598af3dcf73eca16a4ce19b67d4 /docs | |
parent | f3740fb2ab05ed86fa8a2f5540383eac6479eee7 (diff) | |
download | gtk+-e7729de280f4d2c052ece4fa851f7953d28d6223.tar.gz |
fix infinite loop noticed by yosh.
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
infinite loop noticed by yosh.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/tmpl/input_devices.sgml | 10 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkoptionmenu.sgml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkselection.sgml | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/docs/reference/gdk/tmpl/input_devices.sgml b/docs/reference/gdk/tmpl/input_devices.sgml index 09254c542a..4bbdabeb8a 100644 --- a/docs/reference/gdk/tmpl/input_devices.sgml +++ b/docs/reference/gdk/tmpl/input_devices.sgml @@ -171,7 +171,7 @@ types that GTK+ understands. @GDK_AXIS_PRESSURE: the axis is used for pressure information. @GDK_AXIS_XTILT: the axis is used for x tilt information. @GDK_AXIS_YTILT: the axis is used for x tilt information. -@GDK_AXIS_WHEEL: the axis is used for wheel information. +@GDK_AXIS_WHEEL: the axis is used for wheel information. @GDK_AXIS_LAST: a constant equal to the numerically highest axis value. <!-- ##### FUNCTION gdk_devices_list ##### --> @@ -180,7 +180,7 @@ Returns the list of available input devices. The list is statically allocated and should not be freed. </para> -@Returns: a list of #GdkDevice*. +@Returns: a list of #GdkDevice*. <!-- ##### FUNCTION gdk_device_set_source ##### --> @@ -199,7 +199,7 @@ device is active and whether the device's range is mapped to the entire screen or to a single window. </para> -@device: a #GdkDevice. +@device: a #GdkDevice. @mode: the input mode. @Returns: %TRUE if the mode was successfully changed. @@ -211,7 +211,7 @@ is pressed. </para> @device: a #GdkDevice. -@index: the index of the macro button to set. +@index: the index of the macro button to set. @keyval: the keyval to generate. @modifiers: the modifiers to set. @@ -221,7 +221,7 @@ is pressed. Specifies how an axis of a device is used. </para> -@device: a #GdkDevice. +@device: a #GdkDevice. @index: the index of the axis. @use: specifies how the axis is used. diff --git a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml index 2e15eeb0c1..3c53767718 100644 --- a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml @@ -85,3 +85,8 @@ selected value for the option menu. @optionmenu: the object which received the signal. +<!-- ##### ARG GtkOptionMenu:menu ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml index eac6944811..9ea4eaa261 100644 --- a/docs/reference/gtk/tmpl/gtkselection.sgml +++ b/docs/reference/gtk/tmpl/gtkselection.sgml @@ -230,6 +230,7 @@ Null terminates the stored data. @selection_data: @str: +@len: @Returns: |