get_size
Description:
Reads the pseudo terminal's window size.
If getting the window size failed, error
will be set to a GIOError
.
Parameters:
this |
a Pty |
rows |
a location to store the number of rows, or |
columns |
a location to store the number of columns, or |
Returns:
|