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: u32
Index of this client.
name: *const c_char
Name of this client.
owner_module: u32
Index of the owning module, or ::def::INVALID_INDEX
.
driver: *const c_char
Driver name.
proplist: *mut ProplistInternal
Property list.