summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-02-25 13:41:51 -0800
committerBehdad Esfahbod <behdad@behdad.org>2017-02-25 13:41:51 -0800
commit31a5ec79fe3ab3059268b04bd06defcf71005680 (patch)
tree7883a293174674e7bfe011cd2917439341cc5d39
parentf54e128fc61558f8e1f19aa901e9740023afb063 (diff)
downloadpango-31a5ec79fe3ab3059268b04bd06defcf71005680.tar.gz
Bug 779232 - Wrong introspection annotation for pango_layout_get_size
-rw-r--r--pango/pango-layout.c4
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