mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 16:00:48 +00:00
Make the signatures of methods consistent between headers and implementation files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e17a4bc609
commit
ed8ede43f0
11 changed files with 62 additions and 63 deletions
|
@ -190,10 +190,10 @@ enum
|
|||
- (BOOL) containsAttachments;
|
||||
- (NSDictionary*) fontAttributesInRange: (NSRange)range;
|
||||
- (NSDictionary*) rulerAttributesInRange: (NSRange)range;
|
||||
- (unsigned) lineBreakBeforeIndex: (NSUInteger)location
|
||||
withinRange: (NSRange)aRange;
|
||||
- (NSRange) doubleClickAtIndex: (unsigned)location;
|
||||
- (unsigned) nextWordFromIndex: (unsigned)location forward: (BOOL)isForward;
|
||||
- (NSUInteger) lineBreakBeforeIndex: (NSUInteger)location
|
||||
withinRange: (NSRange)aRange;
|
||||
- (NSRange) doubleClickAtIndex: (NSUInteger)location;
|
||||
- (NSUInteger) nextWordFromIndex: (NSUInteger)location forward: (BOOL)isForward;
|
||||
|
||||
- (id) initWithRTF: (NSData*)data documentAttributes: (NSDictionary**)dict;
|
||||
- (id) initWithRTFD: (NSData*)data documentAttributes: (NSDictionary**)dict;
|
||||
|
@ -232,8 +232,8 @@ enum
|
|||
options: (NSDictionary *)options
|
||||
documentAttributes: (NSDictionary **)dict;
|
||||
|
||||
- (unsigned) lineBreakByHyphenatingBeforeIndex: (NSUInteger)location
|
||||
withinRange: (NSRange)aRange;
|
||||
- (NSUInteger) lineBreakByHyphenatingBeforeIndex: (NSUInteger)location
|
||||
withinRange: (NSRange)aRange;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
- (NSData *) dataFromRange: (NSRange)range
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue