mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 01:01:03 +00:00
* Headers/Foundation/NSDistributedNotificationCenter.h,
* Source/NSDistributedNotificationCenter.m: Correct the return types of the factory methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35960 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7dc7161748
commit
c34d31015d
3 changed files with 13 additions and 7 deletions
|
@ -96,8 +96,8 @@ GS_EXPORT NSString* const GSNetworkNotificationCenterType;
|
|||
@private id _internal GS_UNUSED_IVAR;
|
||||
#endif
|
||||
}
|
||||
+ (NSNotificationCenter*) defaultCenter;
|
||||
+ (NSNotificationCenter*) notificationCenterForType: (NSString*)type;
|
||||
+ (id) defaultCenter;
|
||||
+ (NSDistributedNotificationCenter*) notificationCenterForType: (NSString*)type;
|
||||
|
||||
- (void) addObserver: (id)anObserver
|
||||
selector: (SEL)aSelector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue