Method
IbisClientset_hasl_context
since: 0.1
Declaration [src]
void
ibis_client_set_hasl_context (
IbisClient* client,
HaslContext* hasl_context
)
Description [src]
Sets the HaslContext for client to use.
You should avoid switching this out during registration. If you want to
remove this from memory you should connect to the notify::connected signal
and set it to NULL from that handler.
Available since: 0.1
| Sets property | Ibis.Client:hasl-context |
Parameters
hasl_context-
Type:
HaslContextThe new context to set.
The argument can be NULL.The data is owned by the caller of the method.