| 111 |
111 |
| 112 /** |
112 /** |
| 113 * FinchConvIm: |
113 * FinchConvIm: |
| 114 * @sendto: The sendto widget which allows the user to select who they're |
114 * @sendto: The sendto widget which allows the user to select who they're |
| 115 * messaging. |
115 * messaging. |
| 116 * @e2ee_menu: The end-to-end-encryption widget which lets the user configure |
|
| 117 * the encryption. |
|
| 118 * |
116 * |
| 119 * The instant message implementation for a conversation. |
117 * The instant message implementation for a conversation. |
| 120 */ |
118 */ |
| 121 struct _FinchConvIm |
119 struct _FinchConvIm |
| 122 { |
120 { |
| 123 GntMenuItem *sendto; |
121 GntMenuItem *sendto; |
| 124 GntMenuItem *e2ee_menu; |
|
| 125 |
122 |
| 126 /*< private >*/ |
123 /*< private >*/ |
| 127 void *finch_reserved1; |
124 void *finch_reserved1; |
| 128 void *finch_reserved2; |
125 void *finch_reserved2; |
| 129 void *finch_reserved3; |
126 void *finch_reserved3; |