Method
IbisClientget_features
since: 0.4
Declaration [src]
IbisFeatures*
ibis_client_get_features (
IbisClient* client
)
Description [src]
Gets the IbisFeatures
from client
.
Available since: 0.4
Gets property | Ibis.Client:features |
Return value
Type: IbisFeatures
The features object if client
is connected,
otherwise NULL
.
The returned data is owned by the instance. |