mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 11:41:56 +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
397fb8cd17
commit
fdc8c5a5ba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue