Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 09:17:18 +0000 (17:17 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 09:17:18 +0000 (17:17 +0800)
Project/Gtk.vala

index d05eacb..0f723f8 100644 (file)
@@ -109,6 +109,18 @@ namespace Project {
                        
                        
 
+               }
+               string relPath(string base, string target)
+               {
+                       // eg. base = /home/xxx/fred/blogs
+                       // target = /home/xxx/fred/jones
+                       while (true) {
+                               if (target
+
+                       }
+
+                       
+                       
                }
 
        }
@@ -131,7 +143,7 @@ namespace Project {
                        this.sources = new Gee.ArrayList<string>();
                                
                }
-
+               
                
                public GtkValaSettings.from_json(Json.Object el) {