mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
prep for release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
75661de25e
commit
7ca6e56d39
21 changed files with 178 additions and 93 deletions
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
{
|
||||
#if GS_NONFRAGILE
|
||||
# if defined(GS_NSXMLElement_IVARS)
|
||||
@public GS_NSXMLElement_IVARS
|
||||
@public GS_NSXMLElement_IVARS;
|
||||
# endif
|
||||
#endif
|
||||
/* The pointer to private additional data used to avoid breaking ABI
|
||||
|
@ -191,7 +191,7 @@ extern "C" {
|
|||
/**
|
||||
* Replaces the child at the specified index.
|
||||
*/
|
||||
- (void) replaceChildAtIndex: (NSUInteger)index withNode: (NSXMLNode*)node;
|
||||
- (void) replaceChildAtIndex: (NSUInteger)index withNode: (NSXMLNode*)theNode;
|
||||
|
||||
/**
|
||||
* Merges adjacent text nodes. If a node's value is the empty string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue