flipper_format_delete_key

Function flipper_format_delete_key 

Source
pub unsafe extern "C" fn flipper_format_delete_key(
    flipper_format: *mut FlipperFormat,
    key: *const c_char,
) -> bool
Expand description

Removes the first matching key and its value. Sets the RW pointer to a position of deleted data.

§Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • key - Key

§Returns

True on success