Sun, 09 Nov 2008 20:55:10 +0000
Added menu items to buddy list context menu to start voice and video sessions
After discussing the matter with Maiku, we decided to have two choises.
"Audio call" which will show up if audio sessions is possible with a buddy and
the other item is either "Audio/Video" or "Video" depending on if the buddy
supports both at the same time or not
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
|
15590
c07dd12bf3f4
Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
3 | MODULE = Pidgin::Utils PACKAGE = Pidgin::Utils PREFIX = pidgin_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | gboolean | |
|
15590
c07dd12bf3f4
Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
7 | pidgin_save_accels(data) |
| 14478 | 8 | gpointer data |
| 9 | ||
| 10 | void | |
|
15590
c07dd12bf3f4
Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
11 | pidgin_load_accels() |
| 14478 | 12 | |
|
15165
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
14644
diff
changeset
|
13 | gchar_own * |
|
16551
75ed9ff2a922
rlaager should install libperl-dev ;)
Sean Egan <seanegan@pidgin.im>
parents:
15899
diff
changeset
|
14 | pidgin_convert_buddy_icon(plugin, path, size) |
|
15899
75f0041f72b8
Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <datallah@pidgin.im>
parents:
15590
diff
changeset
|
15 | Purple::Plugin plugin |
| 14478 | 16 | const char * path |
|
16551
75ed9ff2a922
rlaager should install libperl-dev ;)
Sean Egan <seanegan@pidgin.im>
parents:
15899
diff
changeset
|
17 | size_t *size |