package wayland

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wl_shm.ErrorSource

Wl_shm error values.

These errors can be emitted in response to wl_shm requests.

Sourcetype t =
  1. | Invalid_format : t
  2. | Invalid_stride : t
  3. | Invalid_fd : t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t