comparison libpurple/request.h @ 30255:2a1e4a000e87

ChangeLog new functionallity Add new functions to ChangeLog.API Added @since on relevant functions (assuming this gets merged for 2.7.0)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 27 Apr 2010 20:37:15 +0000
parents 905e291986bc
children e72f6383095b
comparison
equal deleted inserted replaced
30254:ee3a87e92316 30255:2a1e4a000e87
1401 void *user_data, size_t action_count, va_list actions); 1401 void *user_data, size_t action_count, va_list actions);
1402 1402
1403 /** 1403 /**
1404 * Version of purple_request_action() supplying an image for the UI to 1404 * Version of purple_request_action() supplying an image for the UI to
1405 * optionally display as an icon in the dialog; see its documentation 1405 * optionally display as an icon in the dialog; see its documentation
1406 * @since 2.7.0
1406 */ 1407 */
1407 void *purple_request_action_with_icon(void *handle, const char *title, 1408 void *purple_request_action_with_icon(void *handle, const char *title,
1408 const char *primary, const char *secondary, int default_action, 1409 const char *primary, const char *secondary, int default_action,
1409 PurpleAccount *account, const char *who, PurpleConversation *conv, 1410 PurpleAccount *account, const char *who, PurpleConversation *conv,
1410 gconstpointer icon_data, gsize icon_size, void *user_data, 1411 gconstpointer icon_data, gsize icon_size, void *user_data,
1411 size_t action_count, ...); 1412 size_t action_count, ...);
1412 1413
1413 /** 1414 /**
1414 * <tt>va_list</tt> version of purple_request_action_with_icon(); 1415 * <tt>va_list</tt> version of purple_request_action_with_icon();
1415 * see its documentation. 1416 * see its documentation.
1417 * @since 2.7.0
1416 */ 1418 */
1417 void *purple_request_action_varg_with_icon(void *handle, const char *title, 1419 void *purple_request_action_varg_with_icon(void *handle, const char *title,
1418 const char *primary, const char *secondary, int default_action, 1420 const char *primary, const char *secondary, int default_action,
1419 PurpleAccount *account, const char *who, PurpleConversation *conv, 1421 PurpleAccount *account, const char *who, PurpleConversation *conv,
1420 gconstpointer icon_data, gsize icon_size, 1422 gconstpointer icon_data, gsize icon_size,