diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 00:23:02 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 02:44:09 +0800 |
commit | 221c1186f4b34b585767ae5b6f8e705410bf60dc (patch) | |
tree | f5f5c1450a3270fe9966a58a2ee21de9d44bef7a /libempathy/empathy-dispatcher.h | |
parent | a6748d5d5fd1f37cef6bf26a6256cd299a60a09c (diff) | |
download | gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.gz gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.bz2 gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.lz gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.xz gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.zst gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.zip |
add timestamp arg to empathy_dispatcher_create_channel
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 846fdefee..3173072c6 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -67,8 +67,11 @@ typedef void (EmpathyDispatcherFindChannelClassCb) ( GType empathy_dispatcher_get_type (void) G_GNUC_CONST; void empathy_dispatcher_create_channel (EmpathyDispatcher *dispatcher, - TpConnection *connection, GHashTable *request, - EmpathyDispatcherRequestCb *callback, gpointer user_data); + TpConnection *connection, + GHashTable *request, + gint64 timestamp, + EmpathyDispatcherRequestCb *callback, + gpointer user_data); /* Requesting 1 to 1 text channels */ void empathy_dispatcher_chat_with_contact_id (TpConnection *connection, |