1 | initial version |
ret is the return value from the function set(). I assume if successful ret = 1, if unsuccessful ret = 0.
The first parameter states what is being set, 3 = width and 4 = height.
The second parameter states the value to be set to.