Method

PhoshShellget_area

Declaration [src]

void
phosh_shell_get_area (
  PhoshShell* self,
  int* width,
  int* height
)

Description [src]

Gives the currently available screen area on the primary display.

Parameters

width int*
 

The available width.

 The argument can be NULL.
 The data is owned by the caller of the function.
height int*
 

The available height.

 The argument can be NULL.
 The data is owned by the caller of the function.