Method
AstalWlRegistryget_output_by_wl_output
Declaration
AstalWlOutput*
astal_wl_registry_get_output_by_wl_output (
AstalWlRegistry* self,
struct wl_output* wl_output
)
Description
Looks up an Output by its underlying wl_output.
This method is not directly available to language bindings.
Parameters
wl_output-
Type:
struct wl_output*No description available.
The data is owned by the caller of the method.
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. |