DataModel.sendHint
void sendHint(gda.types.DataModelHint hint, gobject.value.Value hintValue = null)Sends a hint to the data model. The hint may or may not be handled by the data model, depending on its implementation
Parameters
hint | a hint to send to the model |
hintValue | an optional value to specify the hint, or null |