diff options
Diffstat (limited to 'src/search-channel.c')
-rw-r--r-- | src/search-channel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search-channel.c b/src/search-channel.c index 89ca7b907..88fb39144 100644 --- a/src/search-channel.c +++ b/src/search-channel.c @@ -1206,7 +1206,7 @@ gabble_search_channel_class_init (GabbleSearchChannelClass *klass) static void gabble_search_channel_search (TpSvcChannelTypeContactSearch1 *self, GHashTable *terms, - DBusGMethodInvocation *context) + GDBusMethodInvocation *context) { GabbleSearchChannel *chan = GABBLE_SEARCH_CHANNEL (self); GabbleSearchChannelPrivate *priv = chan->priv; @@ -1232,7 +1232,7 @@ err: static void gabble_search_channel_stop (TpSvcChannelTypeContactSearch1 *self, - DBusGMethodInvocation *context) + GDBusMethodInvocation *context) { GabbleSearchChannel *chan = GABBLE_SEARCH_CHANNEL (self); GabbleSearchChannelPrivate *priv = chan->priv; |