Struct libpulse_binding::context::introspect::ClientInfo [] [src]

#[repr(C)]
pub struct ClientInfo { pub index: u32, pub name: *const c_char, pub owner_module: u32, pub driver: *const c_char, pub proplist: *mut ProplistInternal, }

Stores information about clients.

Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.

Fields

Index of this client.

Name of this client.

Index of the owning module, or ::def::INVALID_INDEX.

Driver name.

Property list.