comparison pidgin/gtkprefs.h @ 25637:92e71f6e10d4

Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp. It's now possible to initiate an audio session, sometimes. It's somewhat buggy. Some other issues also need to be resolved: * Properly get rid of the compile warnings * Rename the serv_ functions with proper namespacing. * Possibly rename the purple_media_ functions that don't deal with a PurpleMedia (e.g. purple_media_audio_init_src) to something different, e.g. purple_media_util_, or even purple_gst_util etc.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 22 Mar 2008 04:45:46 +0000
parents 6bf32c9e15a7
children c56e8826fed0
comparison
equal deleted inserted replaced
25636:e4a4bc86c547 25637:92e71f6e10d4
26 */ 26 */
27 #ifndef _PIDGINPREFS_H_ 27 #ifndef _PIDGINPREFS_H_
28 #define _PIDGINPREFS_H_ 28 #define _PIDGINPREFS_H_
29 29
30 #include "prefs.h" 30 #include "prefs.h"
31
31 32
32 /** 33 /**
33 * Initializes all UI-specific preferences. 34 * Initializes all UI-specific preferences.
34 */ 35 */
35 void pidgin_prefs_init(void); 36 void pidgin_prefs_init(void);