| Top |
Functions
Functions
ncm_model_ctrl_set_model ()
gboolean ncm_model_ctrl_set_model (NcmModelCtrl *ctrl,NcmModel *model);
FIXME
ncm_model_ctrl_update ()
gboolean ncm_model_ctrl_update (NcmModelCtrl *ctrl,NcmModel *model);
FIXME
ncm_model_ctrl_model_update ()
gboolean ncm_model_ctrl_model_update (NcmModelCtrl *ctrl,NcmModel *model);
FIXME
ncm_model_ctrl_model_last_update ()
gboolean
ncm_model_ctrl_model_last_update (NcmModelCtrl *ctrl);
Checks if the main model was updated during the last call to
ncm_model_ctrl_update().
ncm_model_ctrl_model_has_submodel ()
gboolean ncm_model_ctrl_model_has_submodel (NcmModelCtrl *ctrl,NcmModelID mid);
Checks if there is a submode inside ctrl model, it is an
error to call this function in an empty ctrl
.
ncm_model_ctrl_submodel_last_update ()
gboolean ncm_model_ctrl_submodel_last_update (NcmModelCtrl *ctrl,NcmModelID mid);
Checks if the submodel mid
was updated during the last call to
ncm_model_ctrl_update().