Method

FoundryAcpSessionUpdateget_error_code

unstable since: 1.2

Declaration [src]

gboolean
foundry_acp_session_update_get_error_code (
  FoundryAcpSessionUpdate* self,
  int* error_code
)

Description [src]

Gets the error code from self, if present.

Available since: 1.2

Parameters

error_code

Type: int*

Location for the error code.

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

Return value

Type: gboolean

TRUE if an error code was found.