Class
CMMatrix
since: 0
Description [src]
final class CM.Matrix : GObject.Object
{
/* No available fields */
}
The main matrix object.
This object needs to be created after calling cm_init()
and
before adding any CmClient
s. After creating the object you can
open the database and load known clients via
cm_matrix_open_async()
and and cm_matrix_client_new()
.
Available since: 0
Instance methods
cm_matrix_client_new
Create a new CmClient
. It’s an error to create a new client
before opening the db with cm_matrix_open_async()
.
since: 0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0