mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
add declaration of existing outputIndex... method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20085 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
de0c0eb2bb
commit
e9f7cbc9ab
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@
|
|||
ofType: (NSString*)t
|
||||
inUnit: (NSString*)u
|
||||
isRef: (BOOL)f;
|
||||
- (void) outputIndex: (NSString*)type
|
||||
scope: (NSString*)scope
|
||||
title: (NSString*)title
|
||||
style: (NSString*)style
|
||||
target: (NSString*)target
|
||||
to: (NSMutableString*)buf;
|
||||
- (NSString*) outputDocument: (GSXMLNode*)node;
|
||||
- (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf;
|
||||
- (void) outputNodeList: (GSXMLNode*)node to: (NSMutableString*)buf;
|
||||
|
|
Loading…
Reference in a new issue