mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
9cdeed6b14
commit
157e365af3
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@
|
|||
* provide additional data.
|
||||
*/
|
||||
@protocol PasteboardCallback
|
||||
- (id)askOwner:(id)obj toProvideDataForType:(NSString*)type;
|
||||
- (id)askOwner:(id)obj toProvideDataForType:(NSString*)type andVersion:(int)v;
|
||||
- (void)pasteboard: (NSPasteboard*)pb provideDataForType:(NSString*)type;
|
||||
- (void)pasteboard: (NSPasteboard*)pb provideDataForType:(NSString*)type andVersion:(int)v;
|
||||
@end
|
||||
|
||||
#endif // _GNUstep_H_PasteboardServer
|
||||
|
|
Loading…
Reference in a new issue