Method

GtkPopoverget_offset

Declaration [src]

void
gtk_popover_get_offset (
  GtkPopover* popover,
  int* x_offset,
  int* y_offset
)

Description [src]

Gets the offset previous set with [method@Gtk.Popover.set_offset()].

Parameters

x_offset

Type: int*

A location for the x_offset.

The argument will be set by the function.
The argument can be NULL.
y_offset

Type: int*

A location for the y_offset.

The argument will be set by the function.
The argument can be NULL.