mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
|
@ -25,7 +25,7 @@
|
|||
</method>
|
||||
<method type="NSDecimalNumber*" factory="yes">
|
||||
<sel>decimalNumberWithMantissa:</sel>
|
||||
<arg type="unsignedlonglong">mantissa</arg>
|
||||
<arg type="unsigned long long">mantissa</arg>
|
||||
<sel>exponent:</sel>
|
||||
<arg type="short">exponent</arg>
|
||||
<sel>isNegative:</sel>
|
||||
|
@ -193,7 +193,7 @@
|
|||
</method>
|
||||
<method type="NSDecimalNumber*">
|
||||
<sel>initWithMantissa:</sel>
|
||||
<arg type="unsignedlonglong">mantissa</arg>
|
||||
<arg type="unsigned long long">mantissa</arg>
|
||||
<sel>exponent:</sel>
|
||||
<arg type="short">exponent</arg>
|
||||
<sel>isNegative:</sel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue