| 98 * purple_plugin_pref_frame_get_prefs: |
98 * purple_plugin_pref_frame_get_prefs: |
| 99 * @frame: The plugin frame to get the plugin preferences from |
99 * @frame: The plugin frame to get the plugin preferences from |
| 100 * |
100 * |
| 101 * Get the plugin preferences from a plugin preference frame |
101 * Get the plugin preferences from a plugin preference frame |
| 102 * |
102 * |
| 103 * Returns: (transfer none): a GList of plugin preferences |
103 * Returns: (element-type PurplePluginPref) (transfer none): a list of plugin preferences |
| 104 */ |
104 */ |
| 105 GList *purple_plugin_pref_frame_get_prefs(PurplePluginPrefFrame *frame); |
105 GList *purple_plugin_pref_frame_get_prefs(PurplePluginPrefFrame *frame); |
| 106 |
106 |
| 107 /** |
107 /** |
| 108 * purple_plugin_pref_new: |
108 * purple_plugin_pref_new: |