Add r_get_content() for FileLockEntry
This commit is contained in:
parent
2ab8f82304
commit
7848da07e6
1 changed files with 4 additions and 0 deletions
|
@ -236,6 +236,10 @@ pub mod store {
|
||||||
NilClass::new()
|
NilClass::new()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn r_get_content() -> AnyObject {
|
||||||
|
itself.get_data(&*FLE_WRAPPER).get_content().clone().wrap()
|
||||||
|
}
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
wrappable_struct!(EntryHeader, EntryHeaderWrapper, ENTRY_HEADER_WRAPPER);
|
wrappable_struct!(EntryHeader, EntryHeaderWrapper, ENTRY_HEADER_WRAPPER);
|
||||||
|
|
Loading…
Reference in a new issue