| 138 /** |
138 /** |
| 139 * Returns a list of actions that a plugin can perform. |
139 * Returns a list of actions that a plugin can perform. |
| 140 * |
140 * |
| 141 * @param plugin_info The plugin info to get the actions from. |
141 * @param plugin_info The plugin info to get the actions from. |
| 142 * |
142 * |
| 143 * @return A list of #PurplePluginAction instances corresponding to the actions |
143 * @constreturn A list of #PurplePluginAction instances corresponding to the |
| 144 * a plugin can perform. |
144 * actions a plugin can perform. |
| 145 * |
145 * |
| 146 * @see purple_plugin_actions_add() |
146 * @see purple_plugin_actions_add() |
| 147 */ |
147 */ |
| 148 GList *purple_plugin_info_get_actions(PurplePluginInfo *plugin_info); |
148 GList *purple_plugin_info_get_actions(PurplePluginInfo *plugin_info); |
| 149 |
149 |