src/conversation.h

changeset 4481
1a02f276e41e
parent 4476
bf88170ba269
child 4491
715515ab95da
equal deleted inserted replaced
4480:d8c7bc322801 4481:1a02f276e41e
1076 /*@}*/ 1076 /*@}*/
1077 1077
1078 /**************************************************************************/ 1078 /**************************************************************************/
1079 /** @name Conversation Placement Functions */ 1079 /** @name Conversation Placement Functions */
1080 /**************************************************************************/ 1080 /**************************************************************************/
1081 /*@{*/
1081 1082
1082 /** 1083 /**
1083 * Adds a conversation placement function to the list of possible functions. 1084 * Adds a conversation placement function to the list of possible functions.
1084 * 1085 *
1085 * @param name The name of the function. 1086 * @param name The name of the function.
1147 * 1148 *
1148 * @param index The index of the function. 1149 * @param index The index of the function.
1149 */ 1150 */
1150 void gaim_conv_placement_set_active(int index); 1151 void gaim_conv_placement_set_active(int index);
1151 1152
1153 /*@}*/
1154
1155 /**************************************************************************/
1156 /** @name UI Registration Functions */
1157 /**************************************************************************/
1158 /*@{*/
1159
1160 /**
1161 * Sets the UI operations structure to be used in all gaim conversation
1162 * windows.
1163 *
1164 * @param fnc The function.
1165 */
1166 void gaim_set_win_ui_ops(struct gaim_window_ui_ops *ops);
1167
1168 /**
1169 * Returns the gaim window UI operations structure to be used in
1170 * new windows.
1171 *
1172 * @return A filled-out gaim_window_ui_ops structure.
1173 */
1174 struct gaim_window_ui_ops *gaim_get_win_ui_ops(void);
1175
1176 /*@}*/
1177
1152 #endif /* _CONVERSATION_H_ */ 1178 #endif /* _CONVERSATION_H_ */

mercurial