[][src]Function hexchat::delete_pref

pub fn delete_pref(name: &str) -> Result<(), ()>

Deletes a plugin preference from the preferences file.

Returns Ok if it succeeded or Err if no such preference exists or there was an IO error.