Attachments on Kdb1 Entries are now supported. Saving not implemented. Attach/detach works.

This commit is contained in:
michael starke
2013-07-19 23:30:45 +02:00
parent 86d983f776
commit dc51c60c19
6 changed files with 19 additions and 10 deletions

View File

@@ -99,6 +99,7 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
- (void)saveAttachmentFromEntry:(KdbEntry *)anEntry toLocation:(NSURL *)location;
- (void)saveAttachment:(BinaryRef *)reference toLocation:(NSURL *)location;
- (void)removeAttachment:(BinaryRef *)reference fromEntry:(KdbEntry *)anEntry;
- (void)removeAttachmentFromEntry:(KdbEntry *)anEntry;
- (NSUInteger)nextBinaryId;
- (Binary *)findBinary:(BinaryRef *)reference;