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:
PurpleContactInfo
The
PurpleContactInfo
instance.The data is owned by the caller of the function. menu
-
Type:
BirbActionMenu
The
GMenu
to populate.The data is owned by the caller of the function.