telepathy-logger: include telepathy-glib-dbus.h

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri Sep 27 06:39:49 PDT 2013


Module: telepathy-logger
Branch: master
Commit: 06b666b2f412ef4f97880458ea76355abd8c76cd
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=06b666b2f412ef4f97880458ea76355abd8c76cd

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Sep 27 14:16:01 2013 +0200

include telepathy-glib-dbus.h

Not needed for now but will be for 1.0

---

 telepathy-logger/call-channel.c            |    1 +
 telepathy-logger/client-factory-internal.h |    1 +
 telepathy-logger/log-manager.c             |    1 +
 telepathy-logger/log-store-sqlite.c        |    1 +
 telepathy-logger/log-store-xml.c           |    1 +
 telepathy-logger/text-channel.c            |    1 +
 tests/dbus/test-tpl-log-iter-pidgin.c      |    1 +
 tests/dbus/test-tpl-log-iter-xml.c         |    1 +
 tests/dbus/test-tpl-log-walker.c           |    1 +
 9 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c
index f8e57c0..7dcd6e6 100644
--- a/telepathy-logger/call-channel.c
+++ b/telepathy-logger/call-channel.c
@@ -23,6 +23,7 @@
 
 #include <glib.h>
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "call-event.h"
 #include "call-event-internal.h"
diff --git a/telepathy-logger/client-factory-internal.h b/telepathy-logger/client-factory-internal.h
index a9e9337..aa21158 100644
--- a/telepathy-logger/client-factory-internal.h
+++ b/telepathy-logger/client-factory-internal.h
@@ -22,6 +22,7 @@
 #define __TPL_CLIENT_FACTORY_H__
 
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 typedef struct _TplClientFactory TplClientFactory;
 typedef struct _TplClientFactoryClass TplClientFactoryClass;
diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c
index 64ffca7..49bc6db 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -32,6 +32,7 @@
 #include <gio/gio.h>
 #include <glib/gstdio.h>
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include <telepathy-logger/conf-internal.h>
 #include <telepathy-logger/entity-internal.h>
diff --git a/telepathy-logger/log-store-sqlite.c b/telepathy-logger/log-store-sqlite.c
index 6d7b166..bd86340 100644
--- a/telepathy-logger/log-store-sqlite.c
+++ b/telepathy-logger/log-store-sqlite.c
@@ -26,6 +26,7 @@
 #include <string.h>
 
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <sqlite3.h>
 
 #include "event-internal.h"
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index b869cc4..b5d234c 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -35,6 +35,7 @@
 #include <libxml/tree.h>
 
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "telepathy-logger/call-event.h"
 #include "telepathy-logger/call-event-internal.h"
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index edfea1d..7402eb3 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -24,6 +24,7 @@
 
 #include <glib.h>
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "action-chain-internal.h"
 #include "entity-internal.h"
diff --git a/tests/dbus/test-tpl-log-iter-pidgin.c b/tests/dbus/test-tpl-log-iter-pidgin.c
index 1859057..5bff6d8 100644
--- a/tests/dbus/test-tpl-log-iter-pidgin.c
+++ b/tests/dbus/test-tpl-log-iter-pidgin.c
@@ -10,6 +10,7 @@
 #include "telepathy-logger/text-event.h"
 
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <glib.h>
 
 #define DEBUG_FLAG TPL_DEBUG_TESTSUITE
diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c
index 95285f1..a8f865d 100644
--- a/tests/dbus/test-tpl-log-iter-xml.c
+++ b/tests/dbus/test-tpl-log-iter-xml.c
@@ -11,6 +11,7 @@
 #include "telepathy-logger/text-event.h"
 
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <glib.h>
 
 #define DEBUG_FLAG TPL_DEBUG_TESTSUITE
diff --git a/tests/dbus/test-tpl-log-walker.c b/tests/dbus/test-tpl-log-walker.c
index d6e5380..d8b5b9f 100644
--- a/tests/dbus/test-tpl-log-walker.c
+++ b/tests/dbus/test-tpl-log-walker.c
@@ -11,6 +11,7 @@
 #include "telepathy-logger/text-event.h"
 
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <glib.h>
 
 #define DEBUG_FLAG TPL_DEBUG_TESTSUITE



More information about the telepathy-commits mailing list