xpc_bool_get_value(_:)
Returns the underlying Boolean value from the object.
Declaration
func xpc_bool_get_value(_ xbool: xpc_object_t) -> BoolParameters
- xbool:
The Boolean object which is to be examined.
Return Value
The underlying Boolean value.
Returns the underlying Boolean value from the object.
func xpc_bool_get_value(_ xbool: xpc_object_t) -> BoolThe Boolean object which is to be examined.
The underlying Boolean value.