diff libpurple/conversation.h @ 20891:59c9c04879af

Replace a bunch of @return markers with @constreturn markers. I believe these are all correct.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 17 Oct 2007 03:36:54 +0000
parents 4511d15a8f80
children 42ecde230f91
line wrap: on
line diff
--- a/libpurple/conversation.h	Fri Oct 12 03:49:39 2007 +0000
+++ b/libpurple/conversation.h	Wed Oct 17 03:36:54 2007 +0000
@@ -1042,7 +1042,7 @@
  *
  * @param chat The chat.
  *
- * @return The list of ignored users.
+ * @constreturn The list of ignored users.
  */
 GList *purple_conv_chat_get_ignored(const PurpleConvChat *chat);