grim/gplate

f15a5737baba
Parents be71fc6fc392
Children 455034934a9a
Bind the print function to the code tag
--- a/gplate/gplate-config.c Tue Feb 19 03:17:11 2008 -0600
+++ b/gplate/gplate-config.c Tue Feb 19 03:17:31 2008 -0600
@@ -58,5 +58,7 @@
GPLATE_TYPE_TEXT_TAG, NULL);
gplate_library_set_default_function_for_tag("print",
GPLATE_TYPE_VARIABLE_TAG, NULL);
+
+ gplate_library_bind_function("print", GPLATE_TYPE_CODE_TAG, NULL);
}