Method
PurpleContactInfoget_menu
unstable since: 3.0
Declaration [src]
BirbActionMenu*
purple_contact_info_get_menu (
PurpleContactInfo* info
)
Description [src]
Gets a BirbActionMenu
that can be used as a context menu for info
.
This will emit the PurpleContactInfo::populate-menu
signals so that
plugins can add additional items. Please note that the order of the menu is
not guaranteed.
Available since: 3.0
Return value
Type: BirbActionMenu
The menu for the contact info or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |