finch/gntconv.h

changeset 40304
a3d49ff045a8
parent 39887
9c8f874c74a0
child 40359
ca141ea93b83
equal deleted inserted replaced
40303:0a01f2c891c2 40304:a3d49ff045a8
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;

mercurial