Method
GdkDisplayget_default_seat
Declaration [src]
GdkSeat*
gdk_display_get_default_seat (
GdkDisplay* display
)
Description [src]
Returns the default GdkSeat
for this display.
Note that a display may not have a seat. In this case,
this function will return NULL
.
Return value
Returns: | GdkSeat |
The default seat. |
|
The data is owned by the instance. | |
The return value can be NULL . |