Mercurial > pidgin
diff libpurple/util.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 | a6e3cb32cdd2 |
| children | 4b8c4870b13a |
line wrap: on
line diff
--- a/libpurple/util.h Mon Jan 26 06:03:06 2009 +0000 +++ b/libpurple/util.h Mon Jan 26 06:18:18 2009 +0000 @@ -784,6 +784,7 @@ * @param right A string to compare with left * * @return @c TRUE if the strings are the same, else @c FALSE. + * * @since 2.6.0 */ gboolean purple_strequal(const gchar *left, const gchar *right);
