mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:30:49 +00:00
Added extension methods for NSURL.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11508 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c88a80c75e
commit
3b2a4595ab
1 changed files with 9 additions and 0 deletions
|
@ -162,6 +162,15 @@ provideDataForType:(NSString *)type
|
|||
- (void)setChangeCount: (int)changeCount;
|
||||
@end
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#include <Foundation/NSURL.h>
|
||||
|
||||
@interface NSURL (NSPasteboard)
|
||||
+ (NSURL *) URLFromPasteboard: (NSPasteboard *)pasteBoard;
|
||||
- (void) writeToPasteboard: (NSPasteboard *)pasteBoard;
|
||||
@end
|
||||
|
||||
#endif
|
||||
//
|
||||
// Return File-related Pasteboard Types
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue