summaryrefslogtreecommitdiff
path: root/libpurple/pluginpref.h
diff options
context:
space:
mode:
authorEtan Reisner <deryni@pidgin.im>2007-10-17 03:36:54 +0000
committerEtan Reisner <deryni@pidgin.im>2007-10-17 03:36:54 +0000
commit8b6b5e42c38bc4fd6255e71da6e52746c49d8924 (patch)
treef39cebf28c84b3fd3a1031ff25418071e331777d /libpurple/pluginpref.h
parentd938e08c20363587649ed81db1be8a36bb008b44 (diff)
downloadpidgin-8b6b5e42c38bc4fd6255e71da6e52746c49d8924.tar.gz
Replace a bunch of @return markers with @constreturn markers. I believe these
are all correct.
Diffstat (limited to 'libpurple/pluginpref.h')
-rw-r--r--libpurple/pluginpref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/pluginpref.h b/libpurple/pluginpref.h
index 2cc870d28a..6ce04ad9ab 100644
--- a/libpurple/pluginpref.h
+++ b/libpurple/pluginpref.h
@@ -85,7 +85,7 @@ void purple_plugin_pref_frame_add(PurplePluginPrefFrame *frame, PurplePluginPref
* 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 @@ void purple_plugin_pref_add_choice(PurplePluginPref *pref, const char *label, gp
* 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);