[vala] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] vapi: Update GIR-based bindings
- Date: Sat, 3 Jan 2015 19:26:58 +0000 (UTC)
commit 693b84f581c9e7ee9579fe7bf446aac3eb45f810
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Jan 3 20:26:18 2015 +0100
vapi: Update GIR-based bindings
vapi/libgdata.vapi | 2 +-
vapi/libpeas-1.0.vapi | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libgdata.vapi b/vapi/libgdata.vapi
index a9e555c..7e3e574 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 ec7e109..3e25691 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; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]