]> Pileus Git - ~andy/gtk/commitdiff
gtk_dialog_get_content_area(): Fix the docs.
authorMurray Cumming <murrayc@murrayc.com>
Wed, 10 Nov 2010 10:35:34 +0000 (11:35 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 10 Nov 2010 10:35:34 +0000 (11:35 +0100)
This returns a GtkBox now, not a GtkVBox.
Language bindings may need to adjust their APIs accordingly.

gtk/gtkdialog.c

index b5863263f05866e08c8a60d2d24b8680fde51c7a..22c32ce5febff5d3df8a4ede83746ed0e90d6cca 100644 (file)
@@ -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
  **/