Get the description of this file
(&self)
| 69 | |
| 70 | /// Get the description of this file |
| 71 | pub fn description(&self) -> BnString { |
| 72 | unsafe { BnString::from_raw(BNProjectFileGetDescription(self.handle.as_ptr())) } |
| 73 | } |
| 74 | |
| 75 | /// Set the description of this file |
| 76 | pub fn set_description<S: BnStrCompatible>(&self, value: S) -> bool { |