summaryrefslogtreecommitdiff
path: root/plugins/yaml/collection-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-05-24 00:24:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-05-24 00:26:23 (GMT)
commit9f4abb8a20871c64b33f88ad5538bbbe111c1d4c (patch)
tree6fede4c409ba09151b79e88ee3ffe1831be6727e /plugins/yaml/collection-int.h
parent62f073f9a5eb039d8bc5b6d304fca484d4198a9f (diff)
Update the YAML Python bindings code.
Diffstat (limited to 'plugins/yaml/collection-int.h')
-rw-r--r--plugins/yaml/collection-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/yaml/collection-int.h b/plugins/yaml/collection-int.h
index ae9607a..453976d 100644
--- a/plugins/yaml/collection-int.h
+++ b/plugins/yaml/collection-int.h
@@ -52,5 +52,9 @@ struct _GYamlCollectionClass
};
+/* Met en place une collection de noeuds YAML. */
+bool g_yaml_collection_create(GYamlCollection *, bool);
+
+
#endif /* PLUGINS_YAML_COLLECTION_INT_H */