Method

SpiceClientGLibDisplayChanneldisplay_get_primary

deprecated: 0.35 

Declaration [src]

gboolean
spice_display_get_primary (
  SpiceChannel* channel,
  guint32 surface_id,
  SpiceDisplayPrimary* primary
)

Description [src]

Retrieve primary display surface surface_id.

Deprecated since: 0.35

Use spice_display_channel_get_primary() instead.

Parameters

surface_id

Type: guint32

A surface id.

primary

Type: SpiceDisplayPrimary

A SpiceDisplayPrimary.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the primary surface was found and its details collected in primary.