diff --git a/Headers/gnustep/gui/NSPasteboard.h b/Headers/gnustep/gui/NSPasteboard.h index 1d0ac1242..2517a691e 100644 --- a/Headers/gnustep/gui/NSPasteboard.h +++ b/Headers/gnustep/gui/NSPasteboard.h @@ -62,9 +62,18 @@ extern NSString *NSFontPboard; extern NSString *NSGeneralPboard; extern NSString *NSRulerPboard; +// +// Pasteboard Exceptions +// +extern NSString *NSPasteboardCommunicationException; + + @interface NSPasteboard : NSObject { - // Attributes + NSString* name; // The name of this pasteboard. + int changeCount; // What we think the current count is. + id target; // Proxy to the object in the server. + BOOL useHistory; // Want strict OPENSTEP? } // @@ -129,6 +138,10 @@ extern NSString *NSRulerPboard; @end +@interface NSPasteboard (GNUstepExtensions) +- (void)setChangeCount: (int)changeCount; +@end + // // Return File-related Pasteboard Types //