summaryrefslogtreecommitdiff
path: root/src/mcd-channel-priv.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-20 14:11:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-01 16:34:33 +0200
commita082fbd99ee0259296dae232cf4d8f6b7b9779d8 (patch)
treebc4abdb981fa0c7bee339fb0eaff2dee069dc46e /src/mcd-channel-priv.h
parent70a344b08828833c22d5d85428f745cfd0a499e7 (diff)
downloadtelepathy-mission-control-a082fbd99ee0259296dae232cf4d8f6b7b9779d8.tar.gz
_mcd_channel_get_satisfied_requests: return an hash table mapping the path to the channel request
Diffstat (limited to 'src/mcd-channel-priv.h')
-rw-r--r--src/mcd-channel-priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-channel-priv.h b/src/mcd-channel-priv.h
index f3fe6626..4930a7ff 100644
--- a/src/mcd-channel-priv.h
+++ b/src/mcd-channel-priv.h
@@ -54,7 +54,7 @@ GHashTable *_mcd_channel_get_requested_properties (McdChannel *channel);
G_GNUC_INTERNAL
const gchar *_mcd_channel_get_request_path (McdChannel *channel);
G_GNUC_INTERNAL
-GList *_mcd_channel_get_satisfied_requests (McdChannel *channel,
+GHashTable *_mcd_channel_get_satisfied_requests (McdChannel *channel,
gint64 *get_latest_time);
G_GNUC_INTERNAL
guint64 _mcd_channel_get_request_user_action_time (McdChannel *channel);