package oxbow

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

Class River_libinput_result_v1.v1Source

Handler for a proxy with version >= 1.

constraint 'a = [< `V1 ]
method private virtual on_success : unit

Config success.

The configuration was successfully applied to the device.

method private virtual on_unsupported : unit

Config unsupported.

The configuration is unsupported by the device and was ignored.

method private virtual on_invalid : unit

Config invalid.

The configuration is invalid and was ignored.

method min_version : int32