mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6140 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0cf298825
commit
bedbd9ca69
4 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@
|
|||
</method>
|
||||
<method type="id">
|
||||
<sel>initWithCapacity:</sel>
|
||||
<arg type="unsigned">numItems</arg>
|
||||
<arg type="unsigned int">numItems</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
|
|
@ -139,13 +139,13 @@
|
|||
</method>
|
||||
<method type="NSDecimalNumber*">
|
||||
<sel>decimalNumberByRaisingToPower:</sel>
|
||||
<arg type="unsigned">power</arg>
|
||||
<arg type="unsigned int">power</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSDecimalNumber*">
|
||||
<sel>decimalNumberByRaisingToPower:</sel>
|
||||
<arg type="unsigned">power</arg>
|
||||
<arg type="unsigned int">power</arg>
|
||||
<sel>withBehavior:</sel>
|
||||
<arg type="id<NSDecimalNumberBehaviors>">behavior</arg>
|
||||
<desc>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</method>
|
||||
<method type="id" factory="yes">
|
||||
<sel>setWithCapacity:</sel>
|
||||
<arg type="unsigned">numItems</arg>
|
||||
<arg type="unsigned int">numItems</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
@ -44,7 +44,7 @@
|
|||
</method>
|
||||
<method type="id">
|
||||
<sel>initWithCapacity:</sel>
|
||||
<arg type="unsigned">numItems</arg>
|
||||
<arg type="unsigned int">numItems</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
|
|
@ -176,7 +176,7 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="unsigned">
|
||||
<method type="unsigned int">
|
||||
<sel>hash</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue