Function
Pidgincontact_info_menu_popup
unstable since: 3.0
Declaration [src]
void
pidgin_contact_info_menu_popup (
PurpleContactInfo* info,
PurpleAccount* account,
GtkWidget* parent,
gdouble x,
gdouble y
)
Description [src]
Creates a GtkPopoverMenu for info and displays it at the x and y
coordinates instead of parent.
Available since: 3.0
Parameters
info-
Type:
PurpleContactInfoThe
PurpleContactInfothat the menu should use.The data is owned by the caller of the function. account-
Type:
PurpleAccountThe
PurpleAccountthatinfois for.The data is owned by the caller of the function. parent-
Type:
GtkWidgetThe parent
GtkWidgetthat the menu should use.The data is owned by the caller of the function. x-
Type:
gdoubleThe x coordinate to point to.
y-
Type:
gdoubleThe y coordinate to point to.