[tracker/tracker-0.6] Compilation warnings in the push plugins
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker/tracker-0.6] Compilation warnings in the push plugins
- Date: Wed, 22 Apr 2009 11:23:01 -0400 (EDT)
commit 6ff94f240c91a32feba6a728cf58c8c7d2336011
Author: Philip Van Hoof <philip codeminded be>
Date: Wed Apr 22 17:22:36 2009 +0200
Compilation warnings in the push plugins
---
src/plugins/evolution/tracker-evolution-indexer.c | 3 +++
src/plugins/kmail/tracker-kmail-indexer.c | 3 +++
src/plugins/rss/tracker-rss-indexer.c | 5 ++++-
3 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/plugins/evolution/tracker-evolution-indexer.c b/src/plugins/evolution/tracker-evolution-indexer.c
index f3140f9..3afc472 100644
--- a/src/plugins/evolution/tracker-evolution-indexer.c
+++ b/src/plugins/evolution/tracker-evolution-indexer.c
@@ -66,6 +66,9 @@
#define METADATA_EMAIL_TEXT "Email:Body"
#define METADATA_EMAIL_TAG "User:Keywords"
+void tracker_push_module_init (TrackerConfig *config);
+void tracker_push_module_shutdown (void);
+
G_DEFINE_TYPE (TrackerEvolutionIndexer, tracker_evolution_indexer, G_TYPE_OBJECT)
/* This runs in-process of tracker-indexer */
diff --git a/src/plugins/kmail/tracker-kmail-indexer.c b/src/plugins/kmail/tracker-kmail-indexer.c
index 9f5ba99..a795194 100644
--- a/src/plugins/kmail/tracker-kmail-indexer.c
+++ b/src/plugins/kmail/tracker-kmail-indexer.c
@@ -45,6 +45,9 @@
#include "tracker-kmail-indexer.h"
+void tracker_push_module_init (TrackerConfig *config);
+void tracker_push_module_shutdown (void);
+
/* These defines/renames are necessary for -glue.h */
#define tracker_kmail_registrar_set tracker_kmail_indexer_set
#define tracker_kmail_registrar_set_many tracker_kmail_indexer_set_many
diff --git a/src/plugins/rss/tracker-rss-indexer.c b/src/plugins/rss/tracker-rss-indexer.c
index 92835eb..e939013 100644
--- a/src/plugins/rss/tracker-rss-indexer.c
+++ b/src/plugins/rss/tracker-rss-indexer.c
@@ -45,6 +45,9 @@
#include "tracker-rss-indexer.h"
+void tracker_push_module_init (TrackerConfig *config);
+void tracker_push_module_shutdown (void);
+
/* These defines/renames are necessary for -glue.h */
#define tracker_rss_registrar_set tracker_rss_indexer_set
#define tracker_rss_registrar_set_many tracker_rss_indexer_set_many
@@ -193,7 +196,7 @@ tracker_rss_indexer_set (TrackerRssIndexer *object,
}
void
-tracker_erssindexer_set_many (TrackerRssIndexer *object,
+tracker_rss_indexer_set_many (TrackerRssIndexer *object,
const GStrv subjects,
const GPtrArray *predicates,
const GPtrArray *values,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]