Fix some docs.

This commit is contained in:
Matthias Clasen 2004-05-28 18:35:32 +00:00
parent 588b8c7f71
commit 4e1f3b630d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri May 28 14:34:36 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcontainer.sgml: Fix docs for
gtk_container_border_width(). (#143309, Doug Quale)
Thu May 27 00:44:48 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Add gtk_entry_completion_get_text_column.

View File

@ -168,10 +168,10 @@ changes, use gtk_widget_child_notify().
<!-- ##### MACRO gtk_container_border_width ##### -->
<para>
Does the same as gtk_container_get_border_width().
Does the same as gtk_container_set_border_width().
</para>
@Deprecated: Use gtk_container_get_border_width() instead.
@Deprecated: Use gtk_container_set_border_width() instead.
<!-- ##### FUNCTION gtk_container_add ##### -->