comparison finch/gntmedia.c @ 26448:4e1286e76f1f

Create purple_media_stream_info. Add local parameter to stream-info signal.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sun, 29 Mar 2009 23:00:33 +0000
parents 34eb898478b4
children 2862fee7acf2
comparison
equal deleted inserted replaced
26447:34eb898478b4 26448:4e1286e76f1f
231 } 231 }
232 } 232 }
233 233
234 static void 234 static void
235 finch_media_stream_info_cb(PurpleMedia *media, PurpleMediaInfoType type, 235 finch_media_stream_info_cb(PurpleMedia *media, PurpleMediaInfoType type,
236 gchar *sid, gchar *name, FinchMedia *gntmedia) 236 gchar *sid, gchar *name, gboolean local, FinchMedia *gntmedia)
237 { 237 {
238 if (type == PURPLE_MEDIA_INFO_REJECT) { 238 if (type == PURPLE_MEDIA_INFO_REJECT) {
239 finch_media_emit_message(gntmedia, 239 finch_media_emit_message(gntmedia,
240 _("You have rejected the call.")); 240 _("You have rejected the call."));
241 } 241 }