mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Some cleanup in preparation for next release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
172bfc67ef
commit
c2e8c881e7
88 changed files with 570 additions and 425 deletions
|
@ -19,7 +19,8 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02111 USA.
|
||||
|
||||
AutogsdocSource: NSNotification.m
|
||||
AutogsdocSource: NSNotificationCenter.m
|
||||
|
@ -85,15 +86,11 @@
|
|||
|
||||
#ifndef NO_GNUSTEP
|
||||
|
||||
/**
|
||||
* Defines an extension for maximising posting performance - this option
|
||||
* is NOT adjustable for the default notification center.
|
||||
*/
|
||||
@interface NSNotificationCenter (GNUstep)
|
||||
|
||||
/**
|
||||
* You can disable locking in a multi-threaded program if you KNOW that only
|
||||
* one thread will ever use the notification center.
|
||||
* one thread will ever use the notification center.<br />
|
||||
* DEPRECATED
|
||||
*/
|
||||
- (BOOL) setLockingDisabled: (BOOL)flag;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue