Method

AstalWlRegistryget_output_by_id

Declaration

AstalWlOutput*
astal_wl_registry_get_output_by_id (
  AstalWlRegistry* self,
  guint32 id
)

Description

Looks up an output by its global id.

Parameters

id

Type: guint32

No description available.

Return value

Type: AstalWlOutput

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.