comparison src/pluginpref.h @ 9939:acbbc0d73600

[gaim-migrate @ 10831] More doc cleanups from Gary committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 02 Sep 2004 19:01:33 +0000
parents 1ae82c0c24ee
children 26eac2362c32
comparison
equal deleted inserted replaced
9938:524a7f8efba3 9939:acbbc0d73600
216 unsigned int gaim_plugin_pref_get_max_length(GaimPluginPref *pref); 216 unsigned int gaim_plugin_pref_get_max_length(GaimPluginPref *pref);
217 217
218 /** 218 /**
219 * Sets the masking of a string plugin pref 219 * Sets the masking of a string plugin pref
220 * 220 *
221 * @param pref The plugin pref 221 * @param pref The plugin pref
222 * @param masked The value to set 222 * @param mask The value to set
223 */ 223 */
224 void gaim_plugin_pref_set_masked(GaimPluginPref *pref, gboolean mask); 224 void gaim_plugin_pref_set_masked(GaimPluginPref *pref, gboolean mask);
225 225
226 /** 226 /**
227 * Gets the masking of a string plugin pref 227 * Gets the masking of a string plugin pref