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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-10-20 jacob berkman <jacob@ximian.com>
|
2001-10-20 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* gtk/Makefile.am (HTML_IMAGES): get them from
|
* gtk/Makefile.am (HTML_IMAGES): get them from
|
||||||
|
@ -107,9 +107,8 @@ gtk_editable_set_position() instead.
|
|||||||
<para>
|
<para>
|
||||||
Retrieve the contents of the entry widget. The returned
|
Retrieve the contents of the entry widget. The returned
|
||||||
pointer points to internally allocated storage in the
|
pointer points to internally allocated storage in the
|
||||||
widget and must not be freed, modified or stored. For
|
widget and must not be freed, modified or stored.
|
||||||
this reason, this function is deprecated. Use
|
See also gtk_editable_get_chars().
|
||||||
gtk_editable_get_chars() instead.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@entry: a #GtkEntry.
|
@entry: a #GtkEntry.
|
||||||
@ -397,3 +396,8 @@ are visible or not. See gtk_entry_set_visibility().
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:text ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user