Method

AppStreamSystemInfoget_display_length

Declaration [src]

gulong
as_system_info_get_display_length (
  AsSystemInfo* sysinfo,
  AsDisplaySideKind side
)

Description [src]

Get the current display length for the given side kind. If the display size is unknown, this function will return 0.

Parameters

side AsDisplaySideKind
 

The AsDisplaySideKind to select.

Return value

Returns: gulong
 

The display size in logical pixels.