get_hint
Description:
[
CCode ( cname =
"SDL_GetHint" ) ]
public unowned string get_hint (
string name)
Use this function to get the value of a hint.
Parameters:
name |
The hint to query. Use the constants from the Hint class.
|
Returns:
Returns the string value of a hint or null if the hint isn't set.
|