Function wyrd_clear_property_callback
Defined in File properties.h
Function Documentation
-
wyrd_error_t wyrd_clear_property_callback(struct wyrd_handle *handle, char const *path, wyrd_property_callback callback, void *baton)
Immediately remove the callback/baton combination from observing the property at the given path.
- Parameters
handle – [in] A handle to an opened resource.
path – [in] The path to the property to observe.
callback – [in] A wyrd_property_callback provided by the user.
baton – [in] An opaque pointer that will be handled to
callback
if it gets invoked.
- Return values
WYRD_ERR_SUCCESS – On success.
WYRD_ERR_INVALID_VALUE – If any of the parameters are invalid, such as e.g. NULL when they should not be, etc.