summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-06 19:11:28 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-13 12:04:59 +0000
commit14739774ae3017ea935e022ca1c1e662bdf6d402 (patch)
treeaac4ebbc96f1824e876803fdee6c34ff5694c94d /examples
parented47ca2243884d8004004bc601afdb680f11bf92 (diff)
Assume that Conn.I.Requests is supported, and don't put it in Interfaces
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=50093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'examples')
-rw-r--r--examples/cm/call/conn.c1
-rw-r--r--examples/cm/channelspecific/conn.c1
-rw-r--r--examples/cm/contactlist/conn.c1
-rw-r--r--examples/cm/echo-message-parts/conn.c1
-rw-r--r--examples/cm/extended/conn.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/cm/call/conn.c b/examples/cm/call/conn.c
index 9f20b4d3c..e4d69ebdd 100644
--- a/examples/cm/call/conn.c
+++ b/examples/cm/call/conn.c
@@ -353,7 +353,6 @@ static const TpPresenceStatusSpec presence_statuses[] = {
static const gchar *interfaces_always_present[] = {
TP_IFACE_CONNECTION_INTERFACE_PRESENCE1,
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
NULL };
const gchar * const *
diff --git a/examples/cm/channelspecific/conn.c b/examples/cm/channelspecific/conn.c
index 5904d36eb..b49e0cbb2 100644
--- a/examples/cm/channelspecific/conn.c
+++ b/examples/cm/channelspecific/conn.c
@@ -217,7 +217,6 @@ shut_down (TpBaseConnection *conn)
}
static const gchar *interfaces_always_present[] = {
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
NULL };
const gchar * const *
diff --git a/examples/cm/contactlist/conn.c b/examples/cm/contactlist/conn.c
index 10a8e67eb..2e79406aa 100644
--- a/examples/cm/contactlist/conn.c
+++ b/examples/cm/contactlist/conn.c
@@ -378,7 +378,6 @@ static const gchar *interfaces_always_present[] = {
TP_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS1,
TP_IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING1,
TP_IFACE_CONNECTION_INTERFACE_PRESENCE1,
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
NULL };
const gchar * const *
diff --git a/examples/cm/echo-message-parts/conn.c b/examples/cm/echo-message-parts/conn.c
index 2f164ebd2..c846f0aa9 100644
--- a/examples/cm/echo-message-parts/conn.c
+++ b/examples/cm/echo-message-parts/conn.c
@@ -158,7 +158,6 @@ shut_down (TpBaseConnection *conn)
}
static const gchar *interfaces_always_present[] = {
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
NULL };
const gchar * const *
diff --git a/examples/cm/extended/conn.c b/examples/cm/extended/conn.c
index 8a40c2087..84c04744f 100644
--- a/examples/cm/extended/conn.c
+++ b/examples/cm/extended/conn.c
@@ -173,7 +173,6 @@ shut_down (TpBaseConnection *conn)
}
static const gchar *interfaces_always_present[] = {
- TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
EXAMPLE_IFACE_CONNECTION_INTERFACE_HATS,
NULL };