diff options
Diffstat (limited to 'src/ft-channel.c')
-rw-r--r-- | src/ft-channel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft-channel.c b/src/ft-channel.c index 9afee0074..52a2a45f8 100644 --- a/src/ft-channel.c +++ b/src/ft-channel.c @@ -1666,7 +1666,7 @@ gabble_file_transfer_channel_accept_file (TpSvcChannelTypeFileTransfer1 *iface, guint access_control, const GValue *access_control_param, guint64 offset, - DBusGMethodInvocation *context) + GDBusMethodInvocation *context) { GabbleFileTransferChannel *self = GABBLE_FILE_TRANSFER_CHANNEL (iface); TpBaseChannel *base = TP_BASE_CHANNEL (self); @@ -1767,7 +1767,7 @@ gabble_file_transfer_channel_provide_file ( guint address_type, guint access_control, const GValue *access_control_param, - DBusGMethodInvocation *context) + GDBusMethodInvocation *context) { GabbleFileTransferChannel *self = GABBLE_FILE_TRANSFER_CHANNEL (iface); GError *error = NULL; |