[tracker] libtracker-miner: Make vapi compatible with Vala 0.11.0
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-miner: Make vapi compatible with Vala 0.11.0
- Date: Thu, 7 Oct 2010 10:36:41 +0000 (UTC)
commit 026b0c22a7fec9a9203353f0ae35bdeee1f8fcff
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Oct 7 12:34:11 2010 +0200
libtracker-miner: Make vapi compatible with Vala 0.11.0
src/libtracker-miner/tracker-miner.vapi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-miner.vapi b/src/libtracker-miner/tracker-miner.vapi
index eb23920..4680e0d 100644
--- a/src/libtracker-miner/tracker-miner.vapi
+++ b/src/libtracker-miner/tracker-miner.vapi
@@ -79,6 +79,8 @@ namespace Tracker {
}
[CCode (cheader_filename = "libtracker-miner/tracker-miner.h")]
public class MinerWeb : Tracker.Miner {
+ [CCode (has_construct_function = false)]
+ public MinerWeb ();
[NoAccessorMethod]
public bool associated { get; set; }
public virtual void associate (GLib.HashTable association_data) throws Tracker.MinerWebError;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]