send_hint
Description:
[ CCode ( vfunc_name = "i_send_hint" ) ]
public abstract void send_hint (DataModelHint hint, Value? hint_value)
public abstract void send_hint (DataModelHint hint, Value? hint_value)
Sends a hint to the data model.
The hint may or may not be handled by the data model, depending on its implementation
Parameters:
this | |
hint |
a hint to send to the model |
hint_value |
an optional value to specify the hint, or |