Fix some docs.

This commit is contained in:
Matthias Clasen
2004-05-28 18:36:21 +00:00
parent 78068978a0
commit 47a464fcb6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Fri May 28 14:35:53 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcontainer.sgml: Fix docs for
gtk_container_border_width(). (#143309, Doug Quale)
Fri May 7 01:36:30 2004 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf/gdk-pixbuf-csource.xml: Add an "Environment"

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 ##### -->