mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 09:21:26 +00:00
Removed some compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@22444 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8289d73137
commit
d9a4b4da8d
3 changed files with 13 additions and 4 deletions
10
Tools/gpbs.m
10
Tools/gpbs.m
|
@ -274,7 +274,7 @@ NSMutableDictionary *pasteboards = nil;
|
|||
ASSIGN(data, d);
|
||||
}
|
||||
|
||||
- (id) type
|
||||
- (NSString*) type
|
||||
{
|
||||
return type;
|
||||
}
|
||||
|
@ -367,7 +367,9 @@ NSMutableDictionary *pasteboards = nil;
|
|||
return e;
|
||||
}
|
||||
|
||||
- (void) addTypes: newTypes owner: newOwner pasteboard: pb
|
||||
- (void) addTypes: (NSArray*)newTypes
|
||||
owner: (id)newOwner
|
||||
pasteboard: (id)pb
|
||||
{
|
||||
int i;
|
||||
BOOL wants = NO;
|
||||
|
@ -575,7 +577,7 @@ NSMutableDictionary *pasteboards = nil;
|
|||
|
||||
- (int) addTypes: (NSArray*)types
|
||||
owner: (id)owner
|
||||
pasteboard: (id)pboard
|
||||
pasteboard: (NSPasteboard*)pboard
|
||||
oldCount: (int)count;
|
||||
- (NSString*) availableTypeFromArray: (NSArray*)types
|
||||
changeCount: (int*)count;
|
||||
|
@ -586,7 +588,7 @@ NSMutableDictionary *pasteboards = nil;
|
|||
mustBeCurrent: (BOOL)flag;
|
||||
- (int) declareTypes: (NSArray*)types
|
||||
owner: (id)owner
|
||||
pasteboard: (id)pboard;
|
||||
pasteboard: (NSPasteboard*)pboard;
|
||||
- (PasteboardEntry*) entryByCount: (int)count;
|
||||
- (NSString*) name;
|
||||
- (void) releaseGlobally;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue