es_muted_paths_events(_:_:)
Retrieve a list of all muted paths.
Declaration
func es_muted_paths_events(_ client: OpaquePointer, _ muted_paths: UnsafeMutablePointer<UnsafeMutablePointer<es_muted_paths_t>>?) -> es_return_tParameters
- client:
A previously-created client. If the call succeeds, the
muted_pathsstructure contains paths muted for this client. - muted_paths:
On output, a structure that contains the muted paths. You must dispose of this memory by calling Es_release_muted_paths(_:).
Return Value
A value that indicates whether the request for muted paths succeeded or failed with an error.