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.
This commit is contained in:
Murray Cumming 2010-11-10 11:35:34 +01:00
parent ba4dde9b45
commit 7c21974009

View 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
**/