Signal
PurpleContactManager::populate-menu
unstable since: 3.0
Declaration
void
populate_menu (
PurpleContactManager* self,
PurpleContactInfo* info,
BirbActionMenu* menu,
gpointer user_data
)
Description [src]
This is a propagation of PurpleContactInfo::populate-menu. This means
that your callback will be called for any contact info to populate its
context menu.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
info-
Type:
PurpleContactInfoThe
PurpleContactInfoinstance.The data is owned by the caller of the function. menu-
Type:
BirbActionMenuThe
GMenuto populate.The data is owned by the caller of the function.