class MainProg : GLib.Object { public static int main(string[] args) { stdout.printf("DATA_DIRECTORY is: %s.\n", DATA_DIRECTORY); return 0; } }