diff finch/libgnt/gntstyle.h @ 21895:39b078ac8a81

Update the changelogs, and the @since doxy-tags for new functions.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Dec 2007 21:43:03 +0000
parents e3e64d1e4869
children
line wrap: on
line diff
--- a/finch/libgnt/gntstyle.h	Tue Dec 18 21:27:01 2007 +0000
+++ b/finch/libgnt/gntstyle.h	Tue Dec 18 21:43:03 2007 +0000
@@ -74,7 +74,7 @@
  *
  * @return        NULL terminated string array. The array should be freed with g_strfreev().
  *
- * @since 2.3.2
+ * @since 2.4.0
  */
 char **gnt_style_get_string_list(const char *group, const char *key, gsize *length);
 
@@ -87,7 +87,7 @@
  *
  * @return  The value of the color as an int, or 0 on error.
  *
- * @since 2.3.2
+ * @since 2.4.0
  */
 int gnt_style_get_color(char *group, char *key);