mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 02:30:53 +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
5705954e22
commit
ece69277c2
5 changed files with 14 additions and 12 deletions
|
@ -41,7 +41,9 @@
|
|||
<arg type="NSData*">data</arg>
|
||||
<sel>atCursor:</sel>
|
||||
<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>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
Loading…
Reference in a new issue