summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/pair.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/python/pair.c')
-rw-r--r--plugins/yaml/python/pair.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/yaml/python/pair.c b/plugins/yaml/python/pair.c
index 65132f6..59ca0a9 100644
--- a/plugins/yaml/python/pair.c
+++ b/plugins/yaml/python/pair.c
@@ -530,7 +530,9 @@ bool register_python_yaml_pair(PyObject *module)
dict = PyModule_GetDict(module);
- if (!register_class_for_pygobject(dict, G_TYPE_YAML_PAIR, type, get_python_yaml_node_type()))
+ /* TODO : get_python_yaml_node_type() */
+
+ if (!register_class_for_pygobject(dict, G_TYPE_YAML_PAIR, type))
return false;
if (!define_yaml_pair_constants(type))