mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
leak detection improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ea74f67d7
commit
ed09c55959
102 changed files with 429 additions and 235 deletions
|
@ -24,6 +24,8 @@
|
|||
AutogsdocSource: NSMetadata.m
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
|
||||
#define EXPOSE_NSMetadataItem_IVARS 1
|
||||
#define EXPOSE_NSMetadataQuery_IVARS 1
|
||||
#define EXPOSE_NSMetadataQueryAttributeValueTuple_IVARS 1
|
||||
|
@ -36,7 +38,6 @@
|
|||
#import "Foundation/NSPredicate.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimer.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
// Metadata item constants...
|
||||
NSString * const NSMetadataItemFSNameKey = @"NSMetadataItemFSNameKey";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue