comparison pidgin/pidginstock.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 a8a26b4d8458
comparison
equal deleted inserted replaced
25636:e4a4bc86c547 25637:92e71f6e10d4
127 #define PIDGIN_STOCK_TOOLBAR_TYPING "pidgin-typing" 127 #define PIDGIN_STOCK_TOOLBAR_TYPING "pidgin-typing"
128 #define PIDGIN_STOCK_TOOLBAR_USER_INFO "pidgin-info" 128 #define PIDGIN_STOCK_TOOLBAR_USER_INFO "pidgin-info"
129 #define PIDGIN_STOCK_TOOLBAR_UNBLOCK "pidgin-unblock" 129 #define PIDGIN_STOCK_TOOLBAR_UNBLOCK "pidgin-unblock"
130 #define PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR "pidgin-select-avatar" 130 #define PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR "pidgin-select-avatar"
131 #define PIDGIN_STOCK_TOOLBAR_SEND_FILE "pidgin-send-file" 131 #define PIDGIN_STOCK_TOOLBAR_SEND_FILE "pidgin-send-file"
132 #ifdef USE_FARSIGHT
133 #define PIDGIN_STOCK_TOOLBAR_CALL "pidgin-call"
134 #endif
132 135
133 /* Tray icons */ 136 /* Tray icons */
134 #define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-available" 137 #define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-available"
135 #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible" 138 #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible"
136 #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away" 139 #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away"