[ Version ( since = "0.6" ) ]
public void set_hint (string key, Variant? value)
Sets a hint for key with value value.
If value is null, a previously set hint for key is unset.
If value is floating, it is consumed.
| this | |
| key |
the hint key |
| value |
the hint value, or null to unset the hint |