Guest User

Untitled

a guest
Dec 6th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.22 KB | None | 0 0
  1.         private Gee.Map<string, string> attributes = new HashMap<string, string> (str_hash, str_equal);
  2.         public string orientation {
  3.             get {return attributes["orientation"];}
  4.             set {attributes["orientation"] = value;}
  5.         }
Add Comment
Please, Sign In to add comment