grim/gplate

66a8580d5c65
Parents abd9d3958c88
Children e5119dc0462b
Updating the default config for the default functions
--- a/gplate/gplate-config.c Sun Feb 17 03:22:52 2008 -0600
+++ b/gplate/gplate-config.c Sun Feb 17 03:28:20 2008 -0600
@@ -51,5 +51,12 @@
gplate_library_add_function("noop", GPLATE_TYPE_NOOP_FUNCTION, NULL);
gplate_library_add_function("print", GPLATE_TYPE_PRINT_FUNCTION, NULL);
+
+ gplate_library_set_default_function_for_tag("noop",
+ GPLATE_TYPE_COMMENT_TAG, NULL);
+ gplate_library_set_default_function_for_tag("print",
+ GPLATE_TYPE_TEXT_TAG, NULL);
+ gplate_library_set_default_function_for_tag("print",
+ GPLATE_TYPE_VARIABLE_TAG, NULL);
}