Thu, 12 Oct 2006 23:25:36 +0000
[gaim-migrate @ 17472]
Changing void * to Gaim::Handle in gtkperl as well.
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Conversation PACKAGE = Gaim::GtkUI::Conversation PREFIX = gaim_gtkconv_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | void | |
| 7 | gaim_gtkconv_update_buddy_icon(conv) | |
| 8 | Gaim::Conversation conv | |
| 9 | ||
| 10 | void | |
| 11 | gaim_gtkconv_switch_active_conversation(conv) | |
| 12 | Gaim::Conversation conv | |
| 13 | ||
| 14 | void | |
| 15 | gaim_gtkconv_update_buttons_by_protocol(conv) | |
| 16 | Gaim::Conversation conv | |
| 17 | ||
| 18 | void | |
| 19 | gaim_gtkconv_present_conversation(conv) | |
| 20 | Gaim::Conversation conv | |
| 21 | ||
| 14629 | 22 | Gaim::GtkUI::Conversation::Window |
| 14478 | 23 | gaim_gtkconv_get_window(conv) |
| 14629 | 24 | Gaim::GtkUI::Conversation conv |
| 14478 | 25 | |
| 26 | void | |
| 14652 | 27 | gaim_gtkconv_new(class, conv) |
| 14478 | 28 | Gaim::Conversation conv |
| 14652 | 29 | C_ARGS: |
| 30 | conv | |
| 14478 | 31 | |
| 32 | gboolean | |
| 33 | gaim_gtkconv_is_hidden(gtkconv) | |
| 14629 | 34 | Gaim::GtkUI::Conversation gtkconv |
| 14478 | 35 | |
| 14629 | 36 | MODULE = Gaim::GtkUI::Conversation PACKAGE = Gaim::GtkUI::Conversations PREFIX = gaim_gtk_conversations_ |
| 14478 | 37 | PROTOTYPES: ENABLE |
| 38 | ||
| 39 | void | |
| 40 | gaim_gtk_conversations_find_unseen_list(type, min_state, hidden_only, max_count) | |
| 41 | Gaim::ConversationType type | |
| 42 | Gaim::UnseenState min_state | |
| 43 | gboolean hidden_only | |
| 44 | guint max_count | |
| 45 | ||
| 14780 | 46 | Gaim::Handle |
| 14478 | 47 | gaim_gtk_conversations_get_handle() |