Add r_get_content() for FileLockEntry

This commit is contained in:
Matthias Beyer 2017-01-20 15:44:54 +01:00
parent 2ab8f82304
commit 7848da07e6
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@ pub mod store {
NilClass::new()
}
fn r_get_content() -> AnyObject {
itself.get_data(&*FLE_WRAPPER).get_content().clone().wrap()
}
);
wrappable_struct!(EntryHeader, EntryHeaderWrapper, ENTRY_HEADER_WRAPPER);