[gnumeric] Introspection fixes
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Introspection fixes
- Date: Tue, 8 May 2018 14:41:35 +0000 (UTC)
commit 3ac6860941fe3ddaba2ae8be316a92f8b4f27a83
Author: Morten Welinder <terra gnome org>
Date: Tue May 8 10:41:17 2018 -0400
Introspection fixes
src/collect.c | 10 +++++-----
src/workbook.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/collect.c b/src/collect.c
index d9a36e6..c630b31 100644
--- a/src/collect.c
+++ b/src/collect.c
@@ -573,7 +573,7 @@ collect_floats_value (GnmValue const *val, GnmEvalPos const *ep,
* @ep: #GnmEvalPos
* @flags: #CollectFlags
* @n:
- * @info: (element-type void):
+ * @info: (element-type guint):
* @error:
*
* Like collect_floats_value, but keeps info on missing values
@@ -646,13 +646,13 @@ float_range_function (int argc, GnmExprConstPtr const *argv,
/**
* gnm_slist_sort_merge:
- * @list_1: (element-type void) (transfer container): a sorted list of
+ * @list_1: (element-type guint) (transfer container): a sorted list of
* unsigned integers with no duplicates.
- * @list_2: (element-type void) (transfer container): another one
+ * @list_2: (element-type guint) (transfer container): another one
*
* gnm_slist_sort_merge merges two lists of unsigned integers.
*
- * Returns: (element-type void) (transfer container): the mergedlist.
+ * Returns: (element-type guint) (transfer container): the mergedlist.
**/
GSList *
gnm_slist_sort_merge (GSList *l1,
@@ -688,7 +688,7 @@ gnm_slist_sort_merge (GSList *l1,
* gnm_strip_missing:
* @data: (inout) (array length=n): Array
* @n: (inout): Number of elements in @data.
- * @missing: (element-type void): indices of elements to remove in increasing
+ * @missing: (element-type guint): indices of elements to remove in increasing
* order.
*
* This removes the data elements from @data whose indices are given by
diff --git a/src/workbook.c b/src/workbook.c
index 8184891..68704ee 100644
--- a/src/workbook.c
+++ b/src/workbook.c
@@ -1249,7 +1249,7 @@ workbook_sheet_get_free_name (Workbook *wb,
/**
* workbook_sheet_rename:
* @wb: #Workbook in which to rename sheets
- * @sheet_indices: (element-type void): list of sheet indices (ignore -1)
+ * @sheet_indices: (element-type int): list of sheet indices (ignore -1)
* @new_names: (element-type utf8): list of new names
*
* Adjusts the names of the sheets. We assume that everything is
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]