get_input_source_from_locale


Description:

[ 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.

Parameters:

locale

a locale string

type

location to store the input source type

id

location to store the input source identifier

Returns:

true if a input source exists or false otherwise.


Namespace: Gnome.Languages