Functions¶
|
|
|
|
|
Details¶
- Pms.get_default_os_updater_sync()¶
- Returns:
The updater
- Return type:
Get the default os updater. Check it’s
supportedproperty to figure out if it is actually usable
- Pms.init()¶
Initialise the library.
- Pms.lang_get_country_from_locale(locale, translation)¶
- Parameters:
- Returns:
the country description. Caller takes ownership.
- Return type:
Gets the country description for locale. If translation is provided the returned string is translated accordingly.
This just wraps gnome_get_country_from_locale().
- Pms.lang_get_language_from_locale(locale, translation)¶
- Parameters:
- Returns:
the language description. Caller takes ownership.
- Return type:
Gets the language description for locale. If translation is provided the returned string is translated accordingly.
This just wraps gnome_get_language_from_locale().