forked from AuroraMiddleware/gtk
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:
parent
ba4dde9b45
commit
7c21974009
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user