summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-media-call-content.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2012-01-07 12:22:50 +1100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 10:42:04 +0100
commitea056eea030cddd077aa51ef7f6d609a9eb82260 (patch)
tree3d0072e038e4d7d2347b97ff8bd147ff4cb3b78f /telepathy-glib/base-media-call-content.h
parent3143dc922cc1a0a100fb1a525e20e23f134496ad (diff)
downloadtelepathy-glib-ea056eea030cddd077aa51ef7f6d609a9eb82260.tar.gz
base-media-call-content: fix parameter for tp_bmcc_offer_media_description_finish
Takes a content, not a MediaDescription otherwise it fails the check for the correct type.
Diffstat (limited to 'telepathy-glib/base-media-call-content.h')
-rw-r--r--telepathy-glib/base-media-call-content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-media-call-content.h b/telepathy-glib/base-media-call-content.h
index 439d348bf..5e0365b62 100644
--- a/telepathy-glib/base-media-call-content.h
+++ b/telepathy-glib/base-media-call-content.h
@@ -76,7 +76,7 @@ void tp_base_media_call_content_offer_media_description_async (
GAsyncReadyCallback callback,
gpointer user_data);
gboolean tp_base_media_call_content_offer_media_description_finish (
- TpCallContentMediaDescription *self,
+ TpBaseMediaCallContent *self,
GAsyncResult *result,
GError **error);