Mercurial > pidgin
comparison finch/gntpounce.c @ 23759:315151da0dc6
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 05 Sep 2007 00:47:58 +0000 |
parents | d65ce3df5be2 |
children | 60f5abc6cf0c |
comparison
equal
deleted
inserted
replaced
23758:1e5d5d55a231 | 23759:315151da0dc6 |
---|---|
21 * You should have received a copy of the GNU General Public License | 21 * You should have received a copy of the GNU General Public License |
22 * along with this program; if not, write to the Free Software | 22 * along with this program; if not, write to the Free Software |
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
24 * | 24 * |
25 */ | 25 */ |
26 #include "internal.h" | |
27 #include "account.h" | |
28 #include "conversation.h" | |
29 #include "debug.h" | |
30 #include "notify.h" | |
31 #include "prpl.h" | |
32 #include "request.h" | |
33 #include "server.h" | |
34 #include "util.h" | |
35 | |
26 #include <gnt.h> | 36 #include <gnt.h> |
27 #include <gntbox.h> | 37 #include <gntbox.h> |
28 #include <gntbutton.h> | 38 #include <gntbutton.h> |
29 #include <gntcheckbox.h> | 39 #include <gntcheckbox.h> |
30 #include <gntcombobox.h> | 40 #include <gntcombobox.h> |
32 #include <gntlabel.h> | 42 #include <gntlabel.h> |
33 #include <gntline.h> | 43 #include <gntline.h> |
34 #include <gnttree.h> | 44 #include <gnttree.h> |
35 #include <gntutils.h> | 45 #include <gntutils.h> |
36 | 46 |
37 #include "internal.h" | |
38 #include "finch.h" | 47 #include "finch.h" |
39 | |
40 #include "account.h" | |
41 #include "conversation.h" | |
42 #include "debug.h" | |
43 #include "notify.h" | |
44 #include "prpl.h" | |
45 #include "request.h" | |
46 #include "server.h" | |
47 #include "util.h" | |
48 | 48 |
49 #include "gntpounce.h" | 49 #include "gntpounce.h" |
50 | 50 |
51 | 51 |
52 typedef struct | 52 typedef struct |