comparison src/pluginpref.h @ 10414:26eac2362c32

[gaim-migrate @ 11664] I'm starting to feel better. Little change here, little change there. Mostly I added a function gaim_util_write_xml_file to be used to write our config files. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 25 Dec 2004 18:33:27 +0000
parents acbbc0d73600
children fc464a0abccc
comparison
equal deleted inserted replaced
10413:960b6a41d02f 10414:26eac2362c32
74 * 74 *
75 * @param frame The plugin frame to get the plugin preferences from 75 * @param frame The plugin frame to get the plugin preferences from
76 * @return a GList of plugin preferences 76 * @return a GList of plugin preferences
77 */ 77 */
78 GList *gaim_plugin_pref_frame_get_prefs(GaimPluginPrefFrame *frame); 78 GList *gaim_plugin_pref_frame_get_prefs(GaimPluginPrefFrame *frame);
79 79
80 /** 80 /**
81 * Create a new plugin preference 81 * Create a new plugin preference
82 * 82 *
83 * @return a new GaimPluginPref 83 * @return a new GaimPluginPref
84 */ 84 */