summaryrefslogtreecommitdiff
path: root/plugins/yaml/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/collection.h')
-rw-r--r--plugins/yaml/collection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/yaml/collection.h b/plugins/yaml/collection.h
index 4d74d29..4bf0f2d 100644
--- a/plugins/yaml/collection.h
+++ b/plugins/yaml/collection.h
@@ -63,6 +63,9 @@ void g_yaml_collection_add_node(GYamlCollection *, GYamlNode *);
/* Fournit la liste des noeuds intégrés dans une collection. */
GYamlNode **g_yaml_collection_get_nodes(const GYamlCollection *, size_t *);
+/* Fournit le premier noeud intégré dans une collection. */
+GYamlNode *g_yaml_collection_get_first_node(const GYamlCollection *);
+
#endif /* PLUGINS_YAML_COLLECTION_H */