| 434 * PidginDisplayWindow::conversation-switched: |
434 * PidginDisplayWindow::conversation-switched: |
| 435 * @window: The conversation window. |
435 * @window: The conversation window. |
| 436 * @new_conv: The now active conversation. |
436 * @new_conv: The now active conversation. |
| 437 * |
437 * |
| 438 * Emitted when a window switched from one conversation to another. |
438 * Emitted when a window switched from one conversation to another. |
| |
439 * |
| |
440 * Since: 3.0 |
| 439 */ |
441 */ |
| 440 signals[SIG_CONVERSATION_SWITCHED] = g_signal_new_class_handler( |
442 signals[SIG_CONVERSATION_SWITCHED] = g_signal_new_class_handler( |
| 441 "conversation-switched", |
443 "conversation-switched", |
| 442 G_OBJECT_CLASS_TYPE(obj_class), |
444 G_OBJECT_CLASS_TYPE(obj_class), |
| 443 G_SIGNAL_RUN_LAST, |
445 G_SIGNAL_RUN_LAST, |