[Telepathy-commits] [telepathy-gabble/master] conn-requests: add a stub for EnsureChannel too
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Nov 3 11:20:41 PST 2008
20080729201244-53eee-0b0b97d65cbc7b80f5ab12ec9cae567101f6485d.gz
---
src/conn-requests.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/conn-requests.c b/src/conn-requests.c
index 3131044..1b344c8 100644
--- a/src/conn-requests.c
+++ b/src/conn-requests.c
@@ -770,6 +770,15 @@ conn_requests_create_channel (GabbleSvcConnectionInterfaceRequests *svc,
}
+static void
+conn_requests_ensure_channel (GabbleSvcConnectionInterfaceRequests *svc,
+ GHashTable *requested_properties,
+ DBusGMethodInvocation *context)
+{
+ tp_dbus_g_method_return_not_implemented (context);
+}
+
+
/* Initialization and glue */
@@ -1000,6 +1009,8 @@ gabble_conn_requests_iface_init (gpointer g_iface,
{
GabbleSvcConnectionInterfaceRequestsClass *iface = g_iface;
+ (void) conn_requests_ensure_channel;
+
#define IMPLEMENT(x) \
gabble_svc_connection_interface_requests_implement_##x (\
iface, conn_requests_##x)
--
1.5.6.5
More information about the Telepathy-commits
mailing list