Updated callback protocol to use correct method names.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1997-10-28 12:25:24 +00:00
parent 397fb8cd17
commit fdc8c5a5ba

View file

@ -89,8 +89,8 @@
* provide additional data. * provide additional data.
*/ */
@protocol PasteboardCallback @protocol PasteboardCallback
- (id)askOwner:(id)obj toProvideDataForType:(NSString*)type; - (void)pasteboard: (NSPasteboard*)pb provideDataForType:(NSString*)type;
- (id)askOwner:(id)obj toProvideDataForType:(NSString*)type andVersion:(int)v; - (void)pasteboard: (NSPasteboard*)pb provideDataForType:(NSString*)type andVersion:(int)v;
@end @end
#endif // _GNUstep_H_PasteboardServer #endif // _GNUstep_H_PasteboardServer