Add r_get_header() for FileLockEntry
This commit is contained in:
parent
114e8f1ac0
commit
513cd8f8fc
1 changed files with 5 additions and 0 deletions
|
@ -207,6 +207,11 @@ pub mod store {
|
|||
fn r_get_location() -> AnyObject {
|
||||
itself.get_data(&*FLE_WRAPPER).get_location().clone().wrap()
|
||||
}
|
||||
|
||||
fn r_get_header() -> AnyObject {
|
||||
itself.get_data(&*FLE_WRAPPER).get_header().clone().wrap()
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
wrappable_struct!(EntryHeader, EntryHeaderWrapper, ENTRY_HEADER_WRAPPER);
|
||||
|
|
Loading…
Reference in a new issue