[glib/wip/albfan/annotations-for-vapi] Add inout annotation for vapi generation



commit 053558aca9ad01f8065faa92792968e7056cc64d
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Oct 24 11:42:54 2019 +0200

    Add inout annotation for vapi generation

 gobject/gparam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gobject/gparam.c b/gobject/gparam.c
index 5aa54c02c..637246dd9 100644
--- a/gobject/gparam.c
+++ b/gobject/gparam.c
@@ -595,7 +595,7 @@ g_param_spec_get_redirect_target (GParamSpec *pspec)
 /**
  * g_param_value_set_default:
  * @pspec: a valid #GParamSpec
- * @value: a #GValue of correct type for @pspec
+ * @value: (inout): a #GValue of correct type for @pspec
  *
  * Sets @value to its default value as specified in @pspec.
  */


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