| 55 |
55 |
| 56 /************************************************************************** |
56 /************************************************************************** |
| 57 * Conversation subsystem signal callbacks |
57 * Conversation subsystem signal callbacks |
| 58 **************************************************************************/ |
58 **************************************************************************/ |
| 59 static void |
59 static void |
| 60 conversation_dragging_cb(PidginWindow *source, PidginWindow *destination) { |
60 conversation_dragging_cb(PidginConvWindow *source, PidginConvWindow *destination) { |
| 61 purple_debug_info("gtk-signal-test", "conversation dragging cb\n"); |
61 purple_debug_info("gtk-signal-test", "conversation dragging cb\n"); |
| 62 } |
62 } |
| 63 |
63 |
| 64 static gboolean |
64 static gboolean |
| 65 displaying_im_msg_cb(PurpleAccount *account, const char *who, char **buffer, |
65 displaying_im_msg_cb(PurpleAccount *account, const char *who, char **buffer, |