1
0
Fork 0

GObject-Plugin: Different load methods: load_modules(), load_modules_depth2().

This commit is contained in:
Kolan Sh 2018-04-28 17:14:10 +03:00
parent 04c512b36f
commit 75e53c2e75
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9ba1995060ebb1c65ac9855e3671b3992c859059
Subproject commit cd1394cb27b229c618524759f91ac765e80413aa

View File

@ -18,7 +18,7 @@ namespace LAview.DataExample {
so_path = File.new_for_path ((string)_so_path);
exec_dir = so_path.get_parent ();
common_dir = exec_dir.get_parent ();
common_dir = common_dir.get_parent().get_parent().get_parent();
common_dir = common_dir.get_parent().get_parent();
ui_dir = Path.build_path (Path.DIR_SEPARATOR_S, common_dir.get_path(),
"share/laview-data-example-"+Config.VERSION_MAJOR.to_string()+"/ui");
stdout.printf ("Vala:so_path=%s\n", so_path.get_path());