Method

PhocViewset_activation_token

Declaration [src]

void
phoc_view_set_activation_token (
  PhocView* self,
  const char* token,
  int type
)

Description [src]

Sets the activation token that will be used when activate the view once mapped. It will be cleared once the view got activated.

Parameters

token

Type: const char*

The activation token to use.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
type

Type: int

No description available.