[gtk+] Small documentation update
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Small documentation update
- Date: Mon, 5 May 2014 13:41:27 +0000 (UTC)
commit d495ab1ca01f51e7d34bc334fc343f65388f1475
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 5 09:41:06 2014 -0400
Small documentation update
Don't show an example that doesn't work anymore.
gtk/gtkwidget.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 44316f1..ce4f6ae 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -163,11 +163,11 @@
* {
* if (i_am_in_height_for_width_mode)
* {
- * gint min_width;
+ * gint min_width, nat_width;
*
* GTK_WIDGET_GET_CLASS (widget)->get_preferred_width (widget,
* &min_width,
- * NULL);
+ * &nat_width);
* GTK_WIDGET_GET_CLASS (widget)->get_preferred_height_for_width
* (widget,
* min_width,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]