mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
* Headers/Foundation/Foundation.h: Add NSMetadataQuery.h to
include list. * Headers/Foundation/NSMetadataQuery.h: New header for class. * Source/GNUmakefile: Add NSMetadataQuery.[hm] to makefile. * Source/NSMetadataQuery.m: Abstract implementation for NSMetdataQuery. The idea is much like NSFileStream and other classes which have operating system specific implementations. On linux this will, most likely, interface with locate/slocate. I'm not certain what it will talk to on Win32. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a396bc9f22
commit
f6656b4051
5 changed files with 321 additions and 5 deletions
|
@ -83,6 +83,7 @@
|
|||
#import <Foundation/NSLock.h>
|
||||
#import <Foundation/NSLocale.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSMetadataQuery.h>
|
||||
#import <Foundation/NSMethodSignature.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSNotificationQueue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue