From: Rico Tzschichholz Date: Sat, 3 Jan 2015 19:26:18 +0000 (+0100) Subject: vapi: Update GIR-based bindings X-Git-Tag: 0.27.1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=693b84f581c9e7ee9579fe7bf446aac3eb45f810;p=thirdparty%2Fvala.git vapi: Update GIR-based bindings --- diff --git a/vapi/libgdata.vapi b/vapi/libgdata.vapi index a9e555c54..7e3e57419 100644 --- a/vapi/libgdata.vapi +++ b/vapi/libgdata.vapi @@ -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 (); diff --git a/vapi/libpeas-1.0.vapi b/vapi/libpeas-1.0.vapi index ec7e10959..3e25691db 100644 --- a/vapi/libpeas-1.0.vapi +++ b/vapi/libpeas-1.0.vapi @@ -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; }