| 22 Gaim::GtkUI::Conversation::Window |
22 Gaim::GtkUI::Conversation::Window |
| 23 gaim_gtkconv_get_window(conv) |
23 gaim_gtkconv_get_window(conv) |
| 24 Gaim::GtkUI::Conversation conv |
24 Gaim::GtkUI::Conversation conv |
| 25 |
25 |
| 26 void |
26 void |
| 27 gaim_gtkconv_new(conv) |
27 gaim_gtkconv_new(class, conv) |
| 28 Gaim::Conversation conv |
28 Gaim::Conversation conv |
| |
29 C_ARGS: |
| |
30 conv |
| 29 |
31 |
| 30 gboolean |
32 gboolean |
| 31 gaim_gtkconv_is_hidden(gtkconv) |
33 gaim_gtkconv_is_hidden(gtkconv) |
| 32 Gaim::GtkUI::Conversation gtkconv |
34 Gaim::GtkUI::Conversation gtkconv |
| 33 |
35 |