diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 15:29:39 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 15:29:39 +0100 |
commit | 31257eceac3dbe9bc267775dc35b187b99f7ac7d (patch) | |
tree | 7966978b85e0bbb57e28caa61e43bcb33831c4e2 /pango/pango-layout.c | |
parent | 357249f89307a9cafbcfb105f3796c52e322329b (diff) | |
download | pango-31257eceac3dbe9bc267775dc35b187b99f7ac7d.tar.gz |
adding allow-none introspection metadata to pango_layout_get_pixel_size
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index ba22de30..b67745de 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -2671,8 +2671,8 @@ pango_layout_get_size (PangoLayout *layout, /** * pango_layout_get_pixel_size: * @layout: a #PangoLayout - * @width: (out): location to store the logical width, or %NULL - * @height: (out): location to store the logical height, or %NULL + * @width: (out) (allow-none): location to store the logical width, or %NULL + * @height: (out) (allow-none): location to store the logical height, or %NULL * * Determines the logical width and height of a #PangoLayout * in device units. (pango_layout_get_size() returns the width |