summaryrefslogtreecommitdiff
path: root/plugins/yaml/line.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-02-04 16:36:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-02-04 16:36:10 (GMT)
commite85f35454bf94b7414dd9d2f5e6609601951293c (patch)
treef8cf3afe5b2ed34949878552b663d4b037e16238 /plugins/yaml/line.h
parentdb3b204dd7a71b2f74a4e69b2159a96e3ab66614 (diff)
Provide constructor to load Yaml contents without external files.
Diffstat (limited to 'plugins/yaml/line.h')
-rw-r--r--plugins/yaml/line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/yaml/line.h b/plugins/yaml/line.h
index 00f019e..5a3f942 100644
--- a/plugins/yaml/line.h
+++ b/plugins/yaml/line.h
@@ -49,7 +49,7 @@ typedef struct _GYamlLineClass GYamlLineClass;
GType g_yaml_line_get_type(void);
/* Met en place un gestionnaire pour ligne au format Yaml. */
-GYamlLine *g_yaml_line_new(const char *, size_t);
+GYamlLine *g_yaml_line_new(const char *, size_t, size_t);
/* Fournit la taille de l'indentation d'une ligne Yaml. */
size_t g_yaml_line_count_indent(const GYamlLine *);