mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 17:21:00 +00:00
More tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6140 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a575270783
commit
c0721cba6b
9 changed files with 17 additions and 17 deletions
|
@ -58,7 +58,7 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="unsignedchar*">
|
||||
<method type="unsigned char*">
|
||||
<sel>bitmapData</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
|
@ -86,7 +86,7 @@
|
|||
</method>
|
||||
<method type="void">
|
||||
<sel>getBitmapDataPlanes:</sel>
|
||||
<arg type="unsignedchar**">data</arg>
|
||||
<arg type="unsigned char**">data</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
|
@ -98,7 +98,7 @@
|
|||
</method>
|
||||
<method type="id">
|
||||
<sel>initWithBitmapDataPlanes:</sel>
|
||||
<arg type="unsignedchar**">planes</arg>
|
||||
<arg type="unsigned char**">planes</arg>
|
||||
<sel>pixelsWide:</sel>
|
||||
<arg type="int">width</arg>
|
||||
<sel>pixelsHigh:</sel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue