We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e31608 commit 5a17802Copy full SHA for 5a17802
pulse-binding/src/format.rs
@@ -105,7 +105,7 @@ impl From<capi::pa_encoding_t> for Encoding {
105
pub struct Info {
106
/// The actual C object.
107
pub(crate) ptr: *mut InfoInternal,
108
- /// Wrapped property list pointer.
+ /// A nicely wrapped copy of it’s property list pointer, for convenience.
109
properties: Proplist,
110
/// Used to avoid freeing the internal object when used as a weak wrapper in callbacks.
111
weak: bool,
0 commit comments