| 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 |