summaryrefslogtreecommitdiff
path: root/telepathy-glib/add-dispatch-operation-context-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-20 14:19:15 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-24 13:44:23 +0100
commit72577c640b718e2afae2099faea00f5cd30551c3 (patch)
treee617edd90d511d794337402226e4ce9b3b6e7f18 /telepathy-glib/add-dispatch-operation-context-internal.h
parent609e6d43f3db7999de06d0832553bf3a9d8d469c (diff)
Approver high level API: make singular
Diffstat (limited to 'telepathy-glib/add-dispatch-operation-context-internal.h')
-rw-r--r--telepathy-glib/add-dispatch-operation-context-internal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/telepathy-glib/add-dispatch-operation-context-internal.h b/telepathy-glib/add-dispatch-operation-context-internal.h
index 0c5630452..fdec31fce 100644
--- a/telepathy-glib/add-dispatch-operation-context-internal.h
+++ b/telepathy-glib/add-dispatch-operation-context-internal.h
@@ -45,8 +45,7 @@ struct _TpAddDispatchOperationContext {
TpAccount *account;
TpConnection *connection;
- /* array of reffed TpChannel */
- GPtrArray *channels;
+ TpChannel *channel;
/* Reffed TpChannelDispatchOperation */
TpChannelDispatchOperation *dispatch_operation;
};
@@ -54,7 +53,7 @@ struct _TpAddDispatchOperationContext {
TpAddDispatchOperationContext * _tp_add_dispatch_operation_context_new (
TpAccount *account,
TpConnection *connection,
- GPtrArray *channels,
+ TpChannel *channel,
TpChannelDispatchOperation *dispatch_operation,
DBusGMethodInvocation *dbus_context);