summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/python/collection.c')
-rw-r--r--plugins/yaml/python/collection.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/yaml/python/collection.c b/plugins/yaml/python/collection.c
index f8e29b3..a3ea76c 100644
--- a/plugins/yaml/python/collection.c
+++ b/plugins/yaml/python/collection.c
@@ -253,7 +253,9 @@ bool register_python_yaml_collection(PyObject *module)
dict = PyModule_GetDict(module);
- if (!register_class_for_pygobject(dict, G_TYPE_YAML_COLLEC, type, get_python_yaml_node_type()))
+ /* TODO : ensure get_python_yaml_node_type() */
+
+ if (!register_class_for_pygobject(dict, G_TYPE_YAML_COLLEC, type))
return false;
return true;