1
0
Fork 0

Show paths.

This commit is contained in:
Kolan Sh 2016-06-20 15:01:20 +03:00
parent 29817dd27b
commit bb34601eb8
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ namespace LAview.Core.Plugins {
common_dir = exec_dir.get_parent ();
ui_dir = Path.build_path (Path.DIR_SEPARATOR_S, common_dir.get_path(),
"share/laview-plugin-object-example-"+Config.VERSION_MAJOR.to_string()+"/ui");
stdout.printf ("so_path=%s\nexec_dir=%s\ncommon_dir=%s\nui_dir=%s\nsettings_dir=%s\n",
so_path.get_path(), exec_dir.get_path(), common_dir.get_path(), ui_dir, settings_dir);
settings_dir = Path.build_path (Path.DIR_SEPARATOR_S, common_dir.get_path(), "share/glib-2.0/schemas");
stdout.printf ("ui_dir = %s\n", ui_dir);
stdout.printf ("settings_dir = %s\n", settings_dir);