diff libpurple/pluginpref.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
line wrap: on
line diff
--- a/libpurple/pluginpref.h	Fri Oct 12 03:49:39 2007 +0000
+++ b/libpurple/pluginpref.h	Wed Oct 17 03:36:54 2007 +0000
@@ -85,7 +85,7 @@
  * Get the plugin preferences from a plugin preference frame
  *
  * @param frame The plugin frame to get the plugin preferences from
- * @return a GList of plugin preferences
+ * @constreturn a GList of plugin preferences
  */
 GList *purple_plugin_pref_frame_get_prefs(PurplePluginPrefFrame *frame);
 
@@ -207,7 +207,7 @@
  * Get the choices for a choices plugin pref
  *
  * @param pref The plugin pref
- * @return GList of the choices 
+ * @constreturn GList of the choices
  */
 GList *purple_plugin_pref_get_choices(PurplePluginPref *pref);