| 534 * |
534 * |
| 535 * @param info The plugin info to get the callback from. |
535 * @param info The plugin info to get the callback from. |
| 536 * |
536 * |
| 537 * @constreturn The callback that returns a list of #PurplePluginAction |
537 * @constreturn The callback that returns a list of #PurplePluginAction |
| 538 * instances corresponding to the actions a plugin can perform. |
538 * instances corresponding to the actions a plugin can perform. |
| 539 * |
|
| 540 * @see purple_plugin_add_action() |
|
| 541 */ |
539 */ |
| 542 PurplePluginGetActionsCallback |
540 PurplePluginGetActionsCallback |
| 543 purple_plugin_info_get_actions_callback(const PurplePluginInfo *info); |
541 purple_plugin_info_get_actions_callback(const PurplePluginInfo *info); |
| 544 |
542 |
| 545 /** |
543 /** |