diff --git a/Headers/gnustep/gui/NSTextAttachment.h b/Headers/gnustep/gui/NSTextAttachment.h index 387c4fb1a..c75ace639 100644 --- a/Headers/gnustep/gui/NSTextAttachment.h +++ b/Headers/gnustep/gui/NSTextAttachment.h @@ -136,6 +136,16 @@ enum { @end +@interface NSAttributedString (NSTextAttachment) ++ (NSAttributedString*) attributedStringWithAttachment: + (NSTextAttachment*)attachment; +- (BOOL) containsAttachments; +@end + +@interface NSMutableAttributedString (NSTextAttachment) +- (void) updateAttachmentsFromPath: (NSString *)path; +@end + #endif #endif /* _GNUstep_H_NSTextAttachment */