summaryrefslogtreecommitdiff
path: root/libpurple/util.h
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2009-01-26 06:18:18 +0000
committerMark Doliner <markdoliner@pidgin.im>2009-01-26 06:18:18 +0000
commita30b50b7ef014b6bc9a7fd2ee3527eb3d5f98715 (patch)
tree2334ae481284a3f745387d4cb6fefdc01037709a /libpurple/util.h
parentc13233a6260cce200548ffd8ab6dbd52bed64b37 (diff)
downloadpidgin-a30b50b7ef014b6bc9a7fd2ee3527eb3d5f98715.tar.gz
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
Diffstat (limited to 'libpurple/util.h')
-rw-r--r--libpurple/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/util.h b/libpurple/util.h
index 8fe7a753ba..3db35d5aee 100644
--- a/libpurple/util.h
+++ b/libpurple/util.h
@@ -784,6 +784,7 @@ char *purple_fd_get_ip(int fd);
* @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);