comparison pidgin/gtkimhtmltoolbar.h @ 23787: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 44b4e8bd759b
children 1a94a964bddf ae24e54a5014
comparison
equal deleted inserted replaced
23786:e4a4bc86c547 23787:92e71f6e10d4
74 GtkWidget *image_dialog; 74 GtkWidget *image_dialog;
75 75
76 char *sml; 76 char *sml;
77 GtkWidget *strikethrough; 77 GtkWidget *strikethrough;
78 GtkWidget *insert_hr; 78 GtkWidget *insert_hr;
79 GtkWidget *call;
79 }; 80 };
80 81
81 struct _GtkIMHtmlToolbarClass { 82 struct _GtkIMHtmlToolbarClass {
82 GtkHBoxClass parent_class; 83 GtkHBoxClass parent_class;
83 84