Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Mon, 27 Oct 2014 10:47:11 +0000 (18:47 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 27 Oct 2014 10:47:11 +0000 (18:47 +0800)
Project/Gtk.vala

index bbd7f4b..621eef6 100644 (file)
 namespace Project {
        static int gtk_id = 1;
 
-       
+       public errordomain Error {
+               INVALID_FORMAT,
+               RENAME_FILE_EXISTS
+       }
        
 
        public class Gtk : Project