diff options
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 791c3db7..b9351bd8 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -2820,8 +2820,8 @@ pango_layout_get_pixel_extents (PangoLayout *layout, /** * pango_layout_get_size: * @layout: a #PangoLayout - * @width: (out caller-allocates) (allow-none): location to store the logical width, or %NULL - * @height: (out caller-allocates) (allow-none): 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 Pango units (device units scaled by %PANGO_SCALE). This |