libpurple/pluginpref.h

branch
soc.2013.gobjectification.plugins
changeset 37022
d891503c8aa6
parent 37017
8e2b68c79fa1
child 35397
31fa3a1aeff5
child 37023
d9bcdc9a91e6
equal deleted inserted replaced
37021:04c99b24db84 37022:d891503c8aa6
81 81
82 /** 82 /**
83 * Get the plugin preferences from a plugin preference frame 83 * Get the plugin preferences from a plugin preference frame
84 * 84 *
85 * @frame: The plugin frame to get the plugin preferences from 85 * @frame: The plugin frame to get the plugin preferences from
86 * Returns: (TODO const): a GList of plugin preferences 86 * Returns: (transfer none): a GList of plugin preferences
87 */ 87 */
88 GList *purple_plugin_pref_frame_get_prefs(PurplePluginPrefFrame *frame); 88 GList *purple_plugin_pref_frame_get_prefs(PurplePluginPrefFrame *frame);
89 89
90 /** 90 /**
91 * Create a new plugin preference 91 * Create a new plugin preference
203 203
204 /** 204 /**
205 * Get the choices for a choices plugin pref 205 * Get the choices for a choices plugin pref
206 * 206 *
207 * @pref: The plugin pref 207 * @pref: The plugin pref
208 * Returns: (TODO const): GList of the choices 208 * Returns: (transfer none): GList of the choices
209 */ 209 */
210 GList *purple_plugin_pref_get_choices(PurplePluginPref *pref); 210 GList *purple_plugin_pref_get_choices(PurplePluginPref *pref);
211 211
212 /** 212 /**
213 * Set the max length for a string plugin pref 213 * Set the max length for a string plugin pref

mercurial