diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-04 16:13:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-04 16:13:34 -0400 |
commit | dbe82e0e83e6a56e38466491a9977a1de1f6a294 (patch) | |
tree | d2c2b2bb1f11dec7e273b7fcde09d9ccfc49de5a | |
parent | a27778927072170fca3a8b9e028638f65d834369 (diff) | |
download | gtk+-dbe82e0e83e6a56e38466491a9977a1de1f6a294.tar.gz |
Fix a doc comment typo
-rw-r--r-- | gtk/gtkextendedlayout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkextendedlayout.c b/gtk/gtkextendedlayout.c index 9b8623b679..b661abf647 100644 --- a/gtk/gtkextendedlayout.c +++ b/gtk/gtkextendedlayout.c @@ -473,7 +473,6 @@ gtk_extended_layout_get_height_for_width (GtkExtendedLayout *layout, /** * gtk_extended_layout_get_desired_size: * @layout: a #GtkExtendedLayout instance - * @width: the size which is available for allocation * @request_natural: Whether to base the contextual request off of the * base natural or the base minimum * @minimum_size: (out) (allow-none): location for storing the minimum size, or %NULL |