[ CCode ( cname = "gnome_get_input_source_from_locale" ) ]
[ Version ( since = "3.8" ) ]
public bool get_input_source_from_locale (string locale, out unowned string type, out unowned string id)
Gets the default input source's type and identifier for a given locale.
| locale |
a locale string |
| type |
location to store the input source type |
| id |
location to store the input source identifier |
|
true if a input source exists or false otherwise. |