[next] telepathy-glib: interfaces: add logger bus name and path

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Feb 5 06:35:55 PST 2014


Module: telepathy-glib
Branch: next
Commit: f40ea5aacb3e1f65d3507b3186fc53a5e7e00a16
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=f40ea5aacb3e1f65d3507b3186fc53a5e7e00a16

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Feb  5 11:35:33 2014 +0100

interfaces: add logger bus name and path

---

 docs/reference/telepathy-glib/telepathy-glib-sections.txt |    2 ++
 telepathy-glib/interfaces.c                               |   12 ++++++++++++
 telepathy-glib/interfaces.h                               |    2 ++
 3 files changed, 16 insertions(+)

diff --git a/docs/reference/telepathy-glib/telepathy-glib-sections.txt b/docs/reference/telepathy-glib/telepathy-glib-sections.txt
index aeabb23..f479820 100644
--- a/docs/reference/telepathy-glib/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib/telepathy-glib-sections.txt
@@ -2293,6 +2293,8 @@ TP_CHANNEL_DISPATCHER_OBJECT_PATH
 TP_CLIENT_BUS_NAME_BASE
 TP_CLIENT_OBJECT_PATH_BASE
 TP_DEBUG_OBJECT_PATH
+TP_LOGGER_BUS_NAME
+TP_LOGGER_OBJECT_PATH
 TP_IFACE_ACCOUNT
 TP_IFACE_QUARK_ACCOUNT
 TP_IFACE_ACCOUNT_INTERFACE_ADDRESSING1
diff --git a/telepathy-glib/interfaces.c b/telepathy-glib/interfaces.c
index 4a2a7a4..ea4ee6c 100644
--- a/telepathy-glib/interfaces.c
+++ b/telepathy-glib/interfaces.c
@@ -134,3 +134,15 @@
  * The standard path for objects implementing the Telepathy Debug interface
  * (#TpSvcDebug).
  */
+
+/**
+ * TP_LOGGER_BUS_NAME:
+ *
+ * The logger's well-known bus name
+ */
+
+/**
+ * TP_LOGGER_OBJECT_PATH:
+ *
+ * The logger's standard object path
+ */
diff --git a/telepathy-glib/interfaces.h b/telepathy-glib/interfaces.h
index bbfff6e..7167469 100644
--- a/telepathy-glib/interfaces.h
+++ b/telepathy-glib/interfaces.h
@@ -21,6 +21,8 @@ G_BEGIN_DECLS
 #define TP_CLIENT_BUS_NAME_BASE "im.telepathy.v1.Client."
 #define TP_CLIENT_OBJECT_PATH_BASE "/im/telepathy/v1/Client/"
 #define TP_DEBUG_OBJECT_PATH "/im/telepathy/v1/debug"
+#define TP_LOGGER_BUS_NAME "im.telepathy.v1.Logger"
+#define TP_LOGGER_OBJECT_PATH "/im/telepathy/v1/Logger"
 
 #include <telepathy-glib/_gen/telepathy-interfaces.h>
 



More information about the telepathy-commits mailing list