libpurple/plugins.h

branch
soc.2013.gobjectification.plugins
changeset 36392
3389359cdc72
parent 36391
dbf2a8af2eb1
child 36395
a27e8b7a2938
equal deleted inserted replaced
36391:dbf2a8af2eb1 36392:3389359cdc72
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

mercurial