mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
Some type fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
729b0359b2
commit
d0cf298825
5 changed files with 14 additions and 12 deletions
|
@ -41,7 +41,9 @@
|
||||||
<arg type="NSData*">data</arg>
|
<arg type="NSData*">data</arg>
|
||||||
<sel>atCursor:</sel>
|
<sel>atCursor:</sel>
|
||||||
<arg type="unsigned int*">cursor</arg>
|
<arg type="unsigned int*">cursor</arg>
|
||||||
<sel>length:(unsigned int)length mutableContainers:</sel>
|
<sel>length:</sel>
|
||||||
|
<arg type="unsigned int">length</arg>
|
||||||
|
<sel>mutableContainers:</sel>
|
||||||
<arg type="BOOL">mutable</arg>
|
<arg type="BOOL">mutable</arg>
|
||||||
<desc>
|
<desc>
|
||||||
</desc>
|
</desc>
|
||||||
|
|
Loading…
Reference in a new issue