mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Proof of concept updates for autogsdoc to get more detailed versioning
information from macros. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
87b1f25def
commit
84af14b495
6 changed files with 278 additions and 44 deletions
|
@ -301,6 +301,8 @@ enum {
|
|||
// Getting C Strings
|
||||
- (const char*) cString;
|
||||
#ifndef STRICT_OPENSTEP
|
||||
|
||||
#if OS_API_VERSION(1004,9999) && GS_API_VERSION(0102,9999)
|
||||
- (const char*) cStringUsingEncoding: (NSStringEncoding)encoding;
|
||||
- (void) getCString: (char*)buffer
|
||||
maxLength: (unsigned int)maxLength
|
||||
|
@ -309,6 +311,8 @@ enum {
|
|||
encoding: (NSStringEncoding)encoding;
|
||||
- (unsigned) lengthOfBytesUsingEncoding: (NSStringEncoding)encoding;
|
||||
- (unsigned) maximumLengthOfBytesUsingEncoding: (NSStringEncoding)encoding;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
- (unsigned int) cStringLength;
|
||||
- (void) getCString: (char*)buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue