Method
AstalIdleNotifyNotifierget_idle_notification_for_seat
Declaration
AstalIdleNotifyNotification*
astal_idle_notify_notifier_get_idle_notification_for_seat (
AstalIdleNotifyNotifier* self,
guint timeout,
AstalWlSeat* seat
)
Description
Creates a notification object with the given timeout for a given seat. It will notify when the seat is inactive for at least the provided timeout.
Parameters
timeout-
Type:
guintNo description available.
seat-
Type:
AstalWlSeatNo 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. |