Method
PurpleProtocolget_action_menu
unstable since: 3.0
Declaration [src]
BirbActionMenu*
purple_protocol_get_action_menu (
  PurpleProtocol* protocol,
  PurpleAccount* account
)
      Parameters
account- 
            
Type:
PurpleAccountThe account.
The data is owned by the caller of the method.  
Return value
Type: BirbActionMenu
The new action menu 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. |