[gnumeric] Introspection fixes



commit f710072c39640baacadd6ab0c6d41cffea420206
Author: Morten Welinder <terra gnome org>
Date:   Thu Jul 30 21:29:09 2020 -0400

    Introspection fixes

 src/dependent.c | 1 +
 src/mstyle.c    | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/dependent.c b/src/dependent.c
index 34109bdbe8..beb16e1088 100644
--- a/src/dependent.c
+++ b/src/dependent.c
@@ -3288,6 +3288,7 @@ dump_dynamic_dep (GnmDependent *dep, DynamicDep *dyn, GHashTable *alldeps)
 /**
  * gnm_dep_container_dump:
  * @deps:
+ * @sheet:
  *
  * A useful utility for checking the state of the dependency data structures.
  */
diff --git a/src/mstyle.c b/src/mstyle.c
index 70f0dd547e..43491c59c2 100644
--- a/src/mstyle.c
+++ b/src/mstyle.c
@@ -2156,7 +2156,7 @@ gnm_style_get_contents_hidden (GnmStyle const *style)
 /**
  * gnm_style_set_validation:
  * @style: #GnmStyle to change
- * @v: (transfer full): #GnmValidation
+ * @v: (transfer full) (nullable): #GnmValidation
  **/
 void
 gnm_style_set_validation (GnmStyle *style, GnmValidation *v)
@@ -2173,7 +2173,7 @@ gnm_style_set_validation (GnmStyle *style, GnmValidation *v)
  * gnm_style_get_validation:
  * @style: #GnmStyle to query
  *
- * Returns: (transfer none):
+ * Returns: (transfer none) (nullable):
  **/
 GnmValidation const *
 gnm_style_get_validation (GnmStyle const *style)
@@ -2470,6 +2470,8 @@ add_attr (PangoAttrList *attrs, PangoAttribute *attr)
 /**
  * gnm_style_generate_attrs:
  * @style: style to query
+ * @context: the context for the attributes
+ * @zoom: zoom level
  *
  * Returns: (transfer full): a #PangoAttrList with attributes matching
  * @style.  Attributes where the default will serve are not included.


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