mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Declare new methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b05b881fa8
commit
5421611a27
2 changed files with 10 additions and 2 deletions
|
@ -32,11 +32,15 @@
|
|||
- (void) encodeValueOfCType: (const char*) type
|
||||
at: (const void*) d
|
||||
withName: (id <String>) name;
|
||||
|
||||
- (void) decodeValueOfCType: (const char*) type
|
||||
at: (void*) d
|
||||
withName: (id <String> *) namePtr;
|
||||
|
||||
- (void) encodeWithName: (id <String>) name
|
||||
valuesOfCTypes: (const char *) types, ...;
|
||||
- (void) decodeWithName: (id <String> *)name
|
||||
valuesOfCTypes: (const char *)types, ...;
|
||||
|
||||
- (void) encodeName: (id <String>) name;
|
||||
- (void) decodeName: (id <String> *) name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue