mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Fix Fixnum's in documentation and in tests
This commit is contained in:
parent
af14c1dd94
commit
50cf19c356
14 changed files with 22 additions and 22 deletions
|
@ -47,7 +47,7 @@ void trackbar_free(void *ptr) {
|
|||
*
|
||||
* Create new Trackbar.
|
||||
* <i>name</i> should be String.
|
||||
* <i>maxval</i> and <i>val</i> should be Fixnum.
|
||||
* <i>maxval</i> and <i>val</i> should be Integer.
|
||||
* When Trackbar adjuster changed, block will be called.
|
||||
*/
|
||||
VALUE rb_initialize(int argc, VALUE *argv, VALUE self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue