[folks] telepathy: Fix tp-zeitgeist-dummy to match changes in b38f7126
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] telepathy: Fix tp-zeitgeist-dummy to match changes in b38f7126
- Date: Mon, 21 Oct 2013 16:41:01 +0000 (UTC)
commit cca234f0968e4f4fbeb7a3661df942a6e4e3003e
Author: Philip Withnall <philip withnall collabora co uk>
Date: Mon Oct 21 17:40:04 2013 +0100
telepathy: Fix tp-zeitgeist-dummy to match changes in b38f7126
backends/telepathy/lib/Makefile.am | 3 +++
backends/telepathy/lib/tp-zeitgeist-dummy.vala | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index 0d32f81..d159466 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -117,6 +117,7 @@ libtp_zeitgeist_dummy_la_CFLAGS = \
$(CODE_COVERAGE_CFLAGS) \
$(ERROR_CFLAGS) \
$(GLIB_CFLAGS) \
+ $(TP_GLIB_CFLAGS) \
$(GEE_CFLAGS) \
$(NULL)
@@ -145,6 +146,7 @@ libtp_zeitgeist_dummy_la_LIBADD = \
$(top_builddir)/folks/libfolks.la \
$(GLIB_LIBS) \
$(GEE_LIBS) \
+ $(TP_GLIB_LIBS) \
$(NULL)
libtp_zeitgeist_la_VALAFLAGS = \
@@ -172,6 +174,7 @@ libtp_zeitgeist_dummy_la_VALAFLAGS = \
--pkg gobject-2.0 \
--pkg folks \
--pkg build-conf \
+ --pkg telepathy-glib \
--library tp-zeitgeist-dummy \
--vapi tp-zeitgeist-dummy.vapi \
-H tp-zeitgeist-dummy.h \
diff --git a/backends/telepathy/lib/tp-zeitgeist-dummy.vala b/backends/telepathy/lib/tp-zeitgeist-dummy.vala
index a7125cd..b0dd65d 100644
--- a/backends/telepathy/lib/tp-zeitgeist-dummy.vala
+++ b/backends/telepathy/lib/tp-zeitgeist-dummy.vala
@@ -21,6 +21,7 @@
using Folks;
using GLib;
+using TelepathyGLib;
/**
* Dummy interface for the Zeitgeist code for libfolks-telepathy.la. This must
@@ -36,7 +37,7 @@ public class FolksTpZeitgeist.Controller : Object
public delegate void IncreasePersonaCounter (Persona p,
DateTime converted_datetime);
- public Controller (PersonaStore store, string protocol,
+ public Controller (PersonaStore store, TelepathyGLib.Account account,
IncreasePersonaCounter im_interaction_cb,
IncreasePersonaCounter last_call_interaction_cb)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]