Method

FoundryAcpSessionUpdateget_byte_count

unstable since: 1.2

Declaration [src]

gboolean
foundry_acp_session_update_get_byte_count (
  FoundryAcpSessionUpdate* self,
  gint64* byte_count
)

Description [src]

Gets the byte count from self, if present.

Available since: 1.2

Parameters

byte_count

Type: gint64*

Location for the byte count.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

TRUE if a byte count was found.