| 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 |