Function

Pidgincontact_info_menu_popup

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: PurpleContactInfo

The PurpleContactInfo that the menu should use.

The data is owned by the caller of the function.
account

Type: PurpleAccount

The PurpleAccount that info is for.

The data is owned by the caller of the function.
parent

Type: GtkWidget

The parent GtkWidget that the menu should use.

The data is owned by the caller of the function.
x

Type: gdouble

The x coordinate to point to.

y

Type: gdouble

The y coordinate to point to.