| 91 | |
| 92 | |
| 93 | void FileMetadata::SetNavigationHandler(NavigationHandler* handler) |
| 94 | { |
| 95 | if (handler) |
| 96 | BNSetFileMetadataNavigationHandler(m_object, handler->GetCallbacks()); |
| 97 | else |
| 98 | BNSetFileMetadataNavigationHandler(m_object, nullptr); |
| 99 | } |
| 100 | |
| 101 | |
| 102 | string FileMetadata::GetOriginalFilename() const |
nothing calls this directly
no test coverage detected