[gtk/wip/ricotz/annotations] gtk: Improve g-i annotations for methods of GtkExpression subclasses



commit 6b59626817b038bc8d984871122898b738f3bdef
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Jul 18 12:29:29 2020 +0200

    gtk: Improve g-i annotations for methods of GtkExpression subclasses

 gtk/gtkexpression.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkexpression.c b/gtk/gtkexpression.c
index 7f9ec7596e..39548eccf3 100644
--- a/gtk/gtkexpression.c
+++ b/gtk/gtkexpression.c
@@ -857,7 +857,7 @@ gtk_constant_expression_new_for_value (const GValue *value)
 
 /**
  * gtk_constant_expression_get_value:
- * @expression: a constant #GtkExpression
+ * @expression: (type GtkConstantExpression): a constant #GtkExpression
  *
  * Gets the value that a constant expression evaluates to.
  *
@@ -1022,7 +1022,7 @@ gtk_object_expression_new (GObject *object)
 
 /**
  * gtk_object_expression_get_object:
- * @expression: an object #GtkExpression
+ * @expression: (type GtkObjectExpression): an object #GtkExpression
  *
  * Gets the object that the expression evaluates to.
  *
@@ -1345,7 +1345,7 @@ gtk_property_expression_new_for_pspec (GtkExpression *expression,
 
 /**
  * gtk_property_expression_get_expression:
- * @expression: a property #GtkExpression
+ * @expression: (type GtkPropertyExpression): a property #GtkExpression
  *
  * Gets the expression specifying the object of
  * a property expression.
@@ -1364,7 +1364,7 @@ gtk_property_expression_get_expression (GtkExpression *expression)
 
 /**
  * gtk_property_expression_get_pspec:
- * @expression: a property #GtkExpression
+ * @expression: (type GtkPropertyExpression): a property #GtkExpression
  *
  * Gets the #GParamSpec specifying the property of
  * a property expression.


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