diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-11-10 11:35:34 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-13 15:23:32 +0900 |
commit | 131da8507b875ef9378cbd3caf145af17e9dbcc6 (patch) | |
tree | 7883dd807456de378a5dfa1abb9332426db31a58 /gtk/gtkdialog.c | |
parent | 233afbdab1cb3fab4fc48504ff961b200cb64922 (diff) | |
download | gtk+-131da8507b875ef9378cbd3caf145af17e9dbcc6.tar.gz |
gtk_dialog_get_content_area(): Fix the docs.
This returns a GtkBox now, not a GtkVBox.
Language bindings may need to adjust their APIs accordingly.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index b5863263f0..22c32ce5fe 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -1412,7 +1412,7 @@ gtk_dialog_get_action_area (GtkDialog *dialog) * * Returns the content area of @dialog. * - * Returns: (transfer none): the content area #GtkVBox. + * Returns: (transfer none): the content area #GtkBox. * * Since: 2.14 **/ |