libpurple/pluginpref.h

branch
soc.2013.gobjectification.plugins
changeset 37077
d6404f69bf6c
parent 37075
cf3f735b09b7
parent 35477
5036e4cd8a46
child 37088
4d5ad6b1878e
equal deleted inserted replaced
37076:38040771ae12 37077:d6404f69bf6c
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

mercurial