Method

AstalIdleNotifyNotifierget_input_idle_notification_for_seat

Declaration

AstalIdleNotifyNotification*
astal_idle_notify_notifier_get_input_idle_notification_for_seat (
  AstalIdleNotifyNotifier* self,
  guint timeout,
  AstalWlSeat* seat
)

Description

Creates a notification object with the given output for a given seat. It will notify when the input is inactive for at least the provided timeout. Because this track the user input, it will ignore registered idle inhibitors.

Parameters

timeout

Type: guint

No description available.

seat

Type: AstalWlSeat

No description available.

The data is owned by the caller of the method.

Return value

Type: AstalIdleNotifyNotification

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.