Thu, 27 Jun 2013 23:00:47 +0530
Removed conversation type argument from pidgin conversation functions.
* Split pidgin_conversations_find_unseen_list() into:
- pidgin_conversations_get_unseen_all()
- pidgin_conversations_get_unseen_ims()
- pidgin_conversations_get_unseen_chats()
* Split pidgin_conv_window_[first,last]_with_type with pidgin_conv_window_[first,last]_[im,chat]
| 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::PluginPref PACKAGE = Pidgin::PluginPref PREFIX = pidgin_plugin_pref_ |
| 14478 | 4 | PROTOTYPES: ENABLE |