| 210 * Get the bounds for an integer pref |
210 * Get the bounds for an integer pref |
| 211 */ |
211 */ |
| 212 void purple_plugin_pref_get_bounds(PurplePluginPref *pref, int *min, int *max); |
212 void purple_plugin_pref_get_bounds(PurplePluginPref *pref, int *min, int *max); |
| 213 |
213 |
| 214 /** |
214 /** |
| 215 * purple_plugin_pref_set_type: |
215 * purple_plugin_pref_set_pref_type: |
| 216 * @pref: The plugin pref |
216 * @pref: The plugin pref |
| 217 * @type: The type |
217 * @type: The type |
| 218 * |
218 * |
| 219 * Set the type of a plugin pref |
219 * Set the type of a plugin pref |
| 220 */ |
220 */ |
| 221 void purple_plugin_pref_set_pref_type(PurplePluginPref *pref, PurplePluginPrefType type); |
221 void purple_plugin_pref_set_pref_type(PurplePluginPref *pref, PurplePluginPrefType type); |
| 222 |
222 |
| 223 /** |
223 /** |
| 224 * purple_plugin_pref_get_type: |
224 * purple_plugin_pref_get_pref_type: |
| 225 * @pref: The plugin pref |
225 * @pref: The plugin pref |
| 226 * |
226 * |
| 227 * Get the type of a plugin pref |
227 * Get the type of a plugin pref |
| 228 * |
228 * |
| 229 * Returns: The type |
229 * Returns: The type |