~midori/midori/trunk

« back to all changes in this revision

Viewing changes to katze/katze.vapi

  • Committer: Tarmac
  • Author(s): André Stösel
  • Date: 2013-10-04 07:40:34 UTC
  • mfrom: (6394.3.13 tabby-tab-order)
  • Revision ID: tarmac-20131004074034-0vuak2y6mrtrol3h
add tab sorting

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        public bool get_meta_boolean (string key);
34
34
        public int64 get_meta_integer (string key);
35
35
        public void set_meta_integer (string key, int64 value);
 
36
        public unowned string? get_meta_string (string key);
 
37
        public void set_meta_string (string key, string value);
36
38
    }
37
39
}
38
40