[pango] Bug 779232 - Wrong introspection annotation for pango_layout_get_size



commit 31a5ec79fe3ab3059268b04bd06defcf71005680
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sat Feb 25 13:41:51 2017 -0800

    Bug 779232 - Wrong introspection annotation for pango_layout_get_size

 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 791c3db..b9351bd 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]