diff pidgin/gtkblist.h @ 25921:d25cbbea7fe5

Add @since 2.6.0 doxygen comments to some of our new functions, and try to make the formatting of our comments a little more uniform
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:18:18 +0000
parents 4aeef8c3cce3
children 6e1967b0f90b
line wrap: on
line diff
--- a/pidgin/gtkblist.h	Mon Jan 26 06:03:06 2009 +0000
+++ b/pidgin/gtkblist.h	Mon Jan 26 06:18:18 2009 +0000
@@ -255,13 +255,17 @@
  * Sets the current theme for Pidgin to use
  *
  * @param theme	the new theme to use
+ *
+ * @since 2.6.0
  */
 void pidgin_blist_set_theme(PidginBlistTheme *theme);
 
 /**
  * Gets Pidgin's current buddy list theme
  *
- * @returns	the current theme 
+ * @returns	the current theme
+ *
+ * @since 2.6.0
  */
 PidginBlistTheme *pidgin_blist_get_theme(void);