[pango] adding (out) introspection metadata to pango_tab_array_get_tabs
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] adding (out) introspection metadata to pango_tab_array_get_tabs
- Date: Mon, 25 Apr 2011 17:49:33 +0000 (UTC)
commit c07ff4f3755f7d00f44f94b5731d1abe47f35cb6
Author: Alberto Ruiz <aruiz gnome org>
Date: Mon Apr 25 17:57:12 2011 +0100
adding (out) introspection metadata to pango_tab_array_get_tabs
pango/pango-tabs.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c
index c4be3fa..ce48817 100644
--- a/pango/pango-tabs.c
+++ b/pango/pango-tabs.c
@@ -309,8 +309,10 @@ pango_tab_array_get_tab (PangoTabArray *tab_array,
/**
* pango_tab_array_get_tabs:
* @tab_array: a #PangoTabArray
- * @alignments: (allow-none): location to store an array of tab stop alignments, or %NULL
- * @locations: (allow-none): location to store an array of tab positions, or %NULL
+ * @alignments: (out) (allow-none): location to store an array of tab stop
+ * alignments, or %NULL
+ * @locations: (out) (allow-none): location to store an array of tab positions,
+ * or %NULL
*
* If non-%NULL, @alignments and @locations are filled with allocated
* arrays of length pango_tab_array_get_size(). You must free the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]