diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-06-10 06:52:51 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-10 06:52:51 +0000 |
commit | 08cc83406142f84157a4b25aeee6cc0d31dffd9e (patch) | |
tree | e97e041bb368cab363fda40fd374ec139e0c197b /gtk/gtkbox.c | |
parent | 19f4715cee3c0f5ca06a40e05ef29efac49ebb29 (diff) | |
download | gtk+-08cc83406142f84157a4b25aeee6cc0d31dffd9e.tar.gz |
Update docs Deprecate gtk_widget_{ref,unref}
2007-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtkscrolledwindow.c: Update docs
* gtk/gtkwidget.h: Deprecate gtk_widget_{ref,unref}
* gtk/tmpl/gtkbindings.sgml:
* gtk/tmpl/gtkrc.sgml:
* gtk/tmpl/gtkwidget.sgml:
* gtk/tmpl/gtkrecentmanager.sgml:
* gtk/*.sgml:
* gtk/tmpl/gtkstock.sgml:
* gtk/gtk-sections.txt: Updates
svn path=/trunk/; revision=18090
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r-- | gtk/gtkbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 086a276252..2f5bc59a72 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -633,8 +633,8 @@ gtk_box_reorder_child (GtkBox *box, * @fill: pointer to return location for #GtkBox:fill child property * @padding: pointer to return location for #GtkBox:padding child property * @pack_type: pointer to return location for #GtkBox:pack-type child property - * - * Returns information about how @child is packed into @box. + * + * Obtains information about how @child is packed into @box. */ void gtk_box_query_child_packing (GtkBox *box, |