mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fix method name.
This commit is contained in:
parent
46334bf4ca
commit
72eb294eb6
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ typedef NSString* NSTextInputSourceIdentifier;
|
|||
- (id<NSTextInputClient>) client;
|
||||
|
||||
- (BOOL) acceptsGlyphInfo;
|
||||
- (void) setAccessGlyphInfo: (BOOL)flag;
|
||||
- (void) setAcceptsGlyphInfo: (BOOL)flag;
|
||||
|
||||
- (NSArray *) allowedInputSourceLocales;
|
||||
- (void) setAllowedInputSourceLocales: (NSArray *)locales;
|
||||
|
|
|
@ -55,7 +55,7 @@ NSTextInputContext *__currentInputContext;
|
|||
return _acceptsGlyphInfo;
|
||||
}
|
||||
|
||||
- (void) setAccessGlyphInfo: (BOOL)flag
|
||||
- (void) setAcceptsGlyphInfo: (BOOL)flag
|
||||
{
|
||||
_acceptsGlyphInfo = flag;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue