diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-22 14:28:37 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-22 14:28:37 +0000 |
commit | 8937ca262676ea7f66b2784a999ecd35d4447a9b (patch) | |
tree | bce944abefc269c2586459ee08f610cb8e3503c0 /docs/reference/gtk | |
parent | 7da0a01b88f44569f3e72f49542389ecdd6e69a9 (diff) | |
download | gdk-pixbuf-8937ca262676ea7f66b2784a999ecd35d4447a9b.tar.gz |
Remove note about deprecation. (We've standard on G_CONST_RETURN rather
Sat Oct 20 18:35:21 2001 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtkentry.sgml (Note): Remove note about
deprecation. (We've standard on G_CONST_RETURN
rather than the reverse.) #58768, Vitaly Tishkov.
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkentry.sgml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 070fb1e23..8362b3d82 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -107,9 +107,8 @@ gtk_editable_set_position() instead. <para> Retrieve the contents of the entry widget. The returned pointer points to internally allocated storage in the -widget and must not be freed, modified or stored. For -this reason, this function is deprecated. Use -gtk_editable_get_chars() instead. +widget and must not be freed, modified or stored. +See also gtk_editable_get_chars(). </para> @entry: a #GtkEntry. @@ -397,3 +396,8 @@ are visible or not. See gtk_entry_set_visibility(). </para> +<!-- ##### ARG GtkEntry:text ##### --> +<para> + +</para> + |