Function
GdkSeatGrabPrepareFunc
since: 3.20
Declaration
void
(* GdkSeatGrabPrepareFunc) (
  GdkSeat* seat,
  GdkWindow* window,
  gpointer user_data
)
      Description [src]
Type of the callback used to set up window so it can be
grabbed. A typical action would be ensuring the window is
visible, although there’s room for other initialization actions.
Available since: 3.20
Parameters
seat- 
            
Type:
GdkSeatThe
GdkSeatbeing grabbed.The data is owned by the caller of the function.  window- 
            
Type:
GdkWindowThe
GdkWindowbeing grabbed.The data is owned by the caller of the function.  user_data- 
            
Type:
gpointerUser data passed in gdk_seat_grab().
The argument can be NULL.The data is owned by the caller of the function.