Mercurial > pidgin
comparison src/pluginpref.h @ 9000:b540c735a6ad
[gaim-migrate @ 9775]
" There were a bunch of warnings while running make docs,
this cleans that up and adds documentation for gtkblist
signals, gtkconv signals, and gtkimhtml signals.
This patch is a tarball of the patch itself and the
three new files for the signal documentation." --Gary Kramlich
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 21 May 2004 19:09:38 +0000 |
| parents | 7024b595b6ae |
| children | 803e642650e1 |
comparison
equal
deleted
inserted
replaced
| 8999:8f838ae3e710 | 9000:b540c735a6ad |
|---|---|
| 199 GList *gaim_plugin_pref_get_choices(GaimPluginPref *pref); | 199 GList *gaim_plugin_pref_get_choices(GaimPluginPref *pref); |
| 200 | 200 |
| 201 /** | 201 /** |
| 202 * Set the max length for a string plugin pref | 202 * Set the max length for a string plugin pref |
| 203 * | 203 * |
| 204 * @param pref The plugin pref | 204 * @param pref The plugin pref |
| 205 * @param length The max length of the string | 205 * @param max_length The max length of the string |
| 206 */ | 206 */ |
| 207 void gaim_plugin_pref_set_max_length(GaimPluginPref *pref, unsigned int max_length); | 207 void gaim_plugin_pref_set_max_length(GaimPluginPref *pref, unsigned int max_length); |
| 208 | 208 |
| 209 /** | 209 /** |
| 210 * Get the max length for a string plugin pref | 210 * Get the max length for a string plugin pref |
