]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 3 Jan 2015 19:26:18 +0000 (20:26 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 3 Jan 2015 19:26:18 +0000 (20:26 +0100)
vapi/libgdata.vapi
vapi/libpeas-1.0.vapi

index a9e555c54084ce0525e2d5beba88f4b5de2cf0b0..7e3e57419b1ec4dd243519948be767a23f593aa8 100644 (file)
@@ -761,7 +761,7 @@ namespace GData {
                public uint get_num_items ();
                public uint get_total_hits ();
        }
-       [CCode (cheader_filename = "gdata/gdata.h")]
+       [CCode (cheader_filename = "gdata/gdata.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdata_freebase_search_result_item_get_type ()")]
        [Compact]
        public class FreebaseSearchResultItem {
                public unowned string get_id ();
index ec7e109596dc34589704cb87a7a3ee759e836dea..3e25691db845c74e61d0e1880d9bf691ef60022e 100644 (file)
@@ -73,6 +73,8 @@ namespace Peas {
                public void register_extension_factory (GLib.Type iface_type, owned Peas.FactoryFunc factory_func);
                public void register_extension_type (GLib.Type iface_type, GLib.Type extension_type);
                [NoAccessorMethod]
+               public bool local_linkage { get; construct; }
+               [NoAccessorMethod]
                public string module_name { owned get; construct; }
                [NoAccessorMethod]
                public string path { owned get; construct; }