~grabli66-r/+junk/translator

« back to all changes in this revision

Viewing changes to src/Assets.vala

  • Committer: grabli66 at gmail
  • Date: 2014-10-04 10:51:37 UTC
  • Revision ID: grabli66@gmail.com-20141004105137-7ytpw5xrzymxov6s
+ init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
public class Assets : GLib.Object {
 
2
    public static Gtk.Image getImage(string name) {        
 
3
        return new Gtk.Image.from_file(GlobalSettings.getPath(name));
 
4
    }
 
5
}
 
 
b'\\ No newline at end of file'