Struct libpulse_binding::context::ext_stream_restore::StreamRestore[][src]

pub struct StreamRestore { /* fields omitted */ }

A wrapper object providing stream restore routines to a context. Note: Saves a copy of active multi-use closure callbacks, which it frees on drop.

Methods

impl StreamRestore
[src]

Test if this extension module is available in the server.

Read all entries from the stream database.

Store entries in the stream database.

The callback must accept a bool, which indicates success.

Delete entries from the stream database.

The callback must accept a bool, which indicates success.

Subscribe to changes in the stream database.

The callback must accept a bool, which indicates success.

Set the subscription callback that is called when subscribe was called.

Trait Implementations

impl Drop for StreamRestore
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for StreamRestore

impl !Sync for StreamRestore