mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Added NSUserNotification (new in OSX 10.8) and infrastructure. It's currently only available for compilers which support autosynthesis (clang >= 3.2) and the default implementation of NSUserNotificationCenter doesn't do much. However, there's a bundle loading mechanism embedded which makes it easy to provide a concrete implementation. I've provided a DBusKit based implementation as part of DBusKit which already works.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37645 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c97eed005
commit
28cac03e05
6 changed files with 436 additions and 95 deletions
|
@ -291,6 +291,7 @@ NSURLResponse.m \
|
|||
NSTextCheckingResult.m\
|
||||
NSURLHandle.m \
|
||||
NSUserDefaults.m \
|
||||
NSUserNotification.m \
|
||||
NSUUID.m \
|
||||
NSValue.m \
|
||||
NSValueTransformer.m \
|
||||
|
@ -451,6 +452,7 @@ NSURLProtocol.h \
|
|||
NSURLRequest.h \
|
||||
NSURLResponse.h \
|
||||
NSUserDefaults.h \
|
||||
NSUserNotification.h \
|
||||
NSUtilities.h \
|
||||
NSUUID.h \
|
||||
NSValue.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue