libpurple/blistnode.h

changeset 39481
4db28449567d
parent 38746
41aaf385bcc0
child 39665
2172e3b8eeef
equal deleted inserted replaced
39480:5e089a52b01b 39481:4db28449567d
287 287
288 /** 288 /**
289 * purple_blist_node_get_extended_menu: 289 * purple_blist_node_get_extended_menu:
290 * @n: The blist node for which to obtain the extended menu items. 290 * @n: The blist node for which to obtain the extended menu items.
291 * 291 *
292 * Returns: (element-type PurpleMenuAction): The extended menu items for a buddy 292 * Returns: (element-type PurpleActionMenu): The extended menu items for a buddy
293 * list node, as harvested by the blist-node-extended-menu signal. 293 * list node, as harvested by the blist-node-extended-menu signal.
294 */ 294 */
295 GList *purple_blist_node_get_extended_menu(PurpleBlistNode *n); 295 GList *purple_blist_node_get_extended_menu(PurpleBlistNode *n);
296 296
297 G_END_DECLS 297 G_END_DECLS

mercurial