libpurple/plugins.h

branch
soc.2013.gobjectification.plugins
changeset 36489
6e8edeb3f3f9
parent 36487
725e37471387
child 36493
755de1ce7f07
equal deleted inserted replaced
36488:48c3419844f0 36489:6e8edeb3f3f9
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 /**

mercurial