| 56 FINCH_CONV_NO_SOUND = 1 << 0, |
56 FINCH_CONV_NO_SOUND = 1 << 0, |
| 57 } FinchConversationFlag; |
57 } FinchConversationFlag; |
| 58 |
58 |
| 59 /** |
59 /** |
| 60 * FinchConv: |
60 * FinchConv: |
| 61 * @list: |
61 * @list: A list of conversations being displayed in this window. |
| 62 * @active_conv: |
62 * @active_conv: The active conversation. |
| 63 * @window: |
63 * @window: The #GntWindow for the conversation. |
| 64 * @entry: |
64 * @entry: The #GntEntry for input. |
| 65 * @tv: |
65 * @tv: The #GntTextView that displays the history. |
| 66 * @menu: |
66 * @menu: The menu for the conversation. |
| 67 * @info: |
67 * @info: The info widget that shows the information about the conversation. |
| 68 * @plugins: |
68 * @plugins: The #GntMenuItem for plugins. |
| 69 * @flags: |
69 * @flags: The flags for the conversation. |
| 70 * |
70 * |
| 71 * A Finch conversation. |
71 * A Finch conversation. |
| 72 */ |
72 */ |
| 73 struct _FinchConv |
73 struct _FinchConv |
| 74 { |
74 { |