Module libpulse_sys::context::subscribe[][src]

Expand description

Daemon introspection event subscription subsystem.

Re-exports

pub use self::subscription_masks::*;
pub use self::event_facilities::*;
pub use self::event_operations::*;

Modules

Possible facility variants that could be extracted from an event type.

Possible operation variants that could be extracted from an event type.

A set of masks used for expressing which facilities you are interested in when subscribing.

Constants

Mask to extract facility value from the event type passed to the user callback.

Mask to extract operation value from the event type passed to the user callback.

Functions

Checks if event type t matches an event mask bitfield (returns true if so).

Type Definitions

The base integer type passed to the callback, from which the facility and operation components can be extracted.

Used to express what facilities you are interested in when subscribing.