]> spindle.queued.net Git - midori/commitdiff
Add basic KatzeItem and meta data accessors to katze.vapi
authorAndré Stösel <andre@stoesel.de>
Thu, 7 Jun 2012 21:13:54 +0000 (23:13 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 11 Jun 2012 21:35:12 +0000 (23:35 +0200)
katze/katze.vapi
midori/midori.vapi

index 6ba5cfa235ae0e47caba424ee28a9e58b01f6222..a152a6c8661332e799fc0900bd1c4bfc11e56b28 100644 (file)
@@ -7,5 +7,11 @@ namespace Katze {
         public Array (GLib.Type type);
         public void add_item (GLib.Object item);
     }
+
+    public class Item : GLib.Object {
+        public bool get_meta_boolean (string key);
+        public int64 get_meta_integer (string key);
+        public void set_meta_integer (string key, int64 value);
+    }
 }
 
index 310982d5c46610c96042817e7f7921ccbf69d6b7..d30cd77c76ddfd02f765ad04e35d4bf3bb6580f8 100644 (file)
@@ -142,7 +142,7 @@ namespace Midori {
         public Gtk.Menu get_tab_menu ();
         public Pango.EllipsizeMode get_label_ellipsize ();
         public Gtk.Label get_proxy_tab_label ();
-        public GLib.Object get_proxy_item ();
+        public Katze.Item get_proxy_item ();
         public bool can_view_source ();
         public bool can_find ();
         public void search_text (string text, bool case_sensitive, bool forward);