Mon, 18 Sep 2006 04:26:33 +0000
[gaim-migrate @ 17305]
Remove a couple more commented out functions, fix the class we were blessing
things into with smiley themes, and add an indentatation level to the
bootstrap section of GtkUI.xs (doesn't matter now but bit me during some of my
testing).
| 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 | |
| 27 | gaim_gtkconv_new(conv) | |
| 28 | Gaim::Conversation conv | |
| 29 | ||
| 30 | gboolean | |
| 31 | gaim_gtkconv_is_hidden(gtkconv) | |
| 14629 | 32 | Gaim::GtkUI::Conversation gtkconv |
| 14478 | 33 | |
| 14629 | 34 | MODULE = Gaim::GtkUI::Conversation PACKAGE = Gaim::GtkUI::Conversations PREFIX = gaim_gtk_conversations_ |
| 14478 | 35 | PROTOTYPES: ENABLE |
| 36 | ||
| 37 | void | |
| 38 | gaim_gtk_conversations_find_unseen_list(type, min_state, hidden_only, max_count) | |
| 39 | Gaim::ConversationType type | |
| 40 | Gaim::UnseenState min_state | |
| 41 | gboolean hidden_only | |
| 42 | guint max_count | |
| 43 | ||
| 44 | void * | |
| 45 | gaim_gtk_conversations_get_handle() |