comparison libpurple/media/backend-fs2.h @ 29154:2f8151fed0ae

Various tweaks, fixes, and added debug output. Attached some media signals, and created a temporary function to help test out integrating with PurpleMedia.
author maiku@pidgin.im
date Fri, 23 Oct 2009 01:55:39 +0000
parents f46979436c78
children efeb21092ed2
comparison
equal deleted inserted replaced
29153:f7746ebc0b40 29154:2f8151fed0ae
53 * 53 *
54 * @since 2.7.0 54 * @since 2.7.0
55 */ 55 */
56 GType purple_media_backend_fs2_get_type(void); 56 GType purple_media_backend_fs2_get_type(void);
57 57
58 /*
59 * Temporary function in order to be able to test while
60 * integrating with PurpleMedia
61 */
62 #include <gst/farsight/fs-conference-iface.h>
63 FsConference *purple_media_backend_fs2_get_conference(
64 PurpleMediaBackendFs2 *self);
65 /* end tmp */
66
58 G_END_DECLS 67 G_END_DECLS
59 68
60 #endif /* _MEDIA_BACKEND_FS2_H_ */ 69 #endif /* _MEDIA_BACKEND_FS2_H_ */