diff 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
line wrap: on
line diff
--- a/libpurple/request.h	Mon Apr 26 19:18:55 2010 +0000
+++ b/libpurple/request.h	Tue Apr 27 20:37:15 2010 +0000
@@ -1403,6 +1403,7 @@
 /**
  * Version of purple_request_action() supplying an image for the UI to 
  * optionally display as an icon in the dialog; see its documentation
+ * @since 2.7.0
  */
 void *purple_request_action_with_icon(void *handle, const char *title, 
 	const char *primary, const char *secondary, int default_action, 
@@ -1413,6 +1414,7 @@
 /**
  * <tt>va_list</tt> version of purple_request_action_with_icon(); 
  * see its documentation.
+ * @since 2.7.0
  */
 void *purple_request_action_varg_with_icon(void *handle, const char *title,
 	const char *primary, const char *secondary, int default_action,