[gtk+] gtk_dialog_get_content_area(): Fix the docs.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk_dialog_get_content_area(): Fix the docs.
- Date: Wed, 10 Nov 2010 10:36:26 +0000 (UTC)
commit 7c21974009afee1ef65ee1acd61ebd714ac18773
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Nov 10 11:35:34 2010 +0100
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.
gtk/gtkdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index b586326..22c32ce 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
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]