summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatcher.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-22 14:48:35 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-16 11:03:55 +0200
commit02b7e46a24771917b739f96a60e347b31a101ac4 (patch)
tree403034ee3b13ee26ac3d75eac4862f1a7d37c5bf /telepathy-glib/channel-dispatcher.h
parent59b10772153ec4cef86131193c1c5342b674b0ae (diff)
downloadtelepathy-glib-02b7e46a24771917b739f96a60e347b31a101ac4.tar.gz
add tp_channel_dispatcher_present_channel_{async,finish}
Diffstat (limited to 'telepathy-glib/channel-dispatcher.h')
-rw-r--r--telepathy-glib/channel-dispatcher.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/telepathy-glib/channel-dispatcher.h b/telepathy-glib/channel-dispatcher.h
index b64924aa7..dc165486f 100644
--- a/telepathy-glib/channel-dispatcher.h
+++ b/telepathy-glib/channel-dispatcher.h
@@ -22,6 +22,7 @@
#ifndef TP_CHANNEL_DISPATCHER_H
#define TP_CHANNEL_DISPATCHER_H
+#include <telepathy-glib/channel.h>
#include <telepathy-glib/dbus.h>
#include <telepathy-glib/defs.h>
#include <telepathy-glib/proxy.h>
@@ -70,6 +71,17 @@ TpChannelDispatcher *tp_channel_dispatcher_new (TpDBusDaemon *bus_daemon)
void tp_channel_dispatcher_init_known_interfaces (void);
+void tp_channel_dispatcher_present_channel_async (TpChannelDispatcher *self,
+ TpChannel *channel,
+ gint64 user_action_time,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean tp_channel_dispatcher_present_channel_finish (
+ TpChannelDispatcher *self,
+ GAsyncResult *result,
+ GError **error);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel-dispatcher.h>