[gtk+] Fixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)
- Date: Fri, 18 Jun 2010 04:36:08 +0000 (UTC)
commit 5f4309be967fc1ff2bff15539e6a251a363f5ed9
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Fri Jun 18 00:32:09 2010 -0400
Fixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)
gtk/gtksizerequest.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtksizerequest.c b/gtk/gtksizerequest.c
index de2ca5c..5114a72 100644
--- a/gtk/gtksizerequest.c
+++ b/gtk/gtksizerequest.c
@@ -27,7 +27,7 @@
* @Short_Description: Height-for-width geometry management
* @Title: GtkSizeRequest
*
- * The GtkSizeGroup interface is GTK+'s height-for-width (and width-for-height)
+ * The GtkSizeRequest interface is GTK+'s height-for-width (and width-for-height)
* geometry management system. Height-for-width means that a widget can
* change how much vertical space it needs, depending on the amount
* of horizontal space that it is given (and similar for width-for-height).
@@ -36,7 +36,7 @@
*
* GTK+'s traditional two-pass <link linkend="size-allocation">size-allocation</link>
* algorithm does not allow this flexibility. #GtkWidget provides a default
- * implementation of the #GtkSizeGroup interface for existing widgets,
+ * implementation of the #GtkSizeRequest interface for existing widgets,
* which always requests the same height, regardless of the available width.
*
* <refsect2>
@@ -150,8 +150,8 @@ gtk_size_request_get_type (void)
*/
static gboolean
get_cached_size (gint for_size,
- SizeRequest *cached_sizes,
- SizeRequest **result)
+ SizeRequest *cached_sizes,
+ SizeRequest **result)
{
guint i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]