Searched defs:territory (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c30 gchar *territory; member in struct:__anon2083
255 * Get the territory the language is used in.
257 * Return value: The territory the language is used in.
268 if (!priv->territory && strchr (priv->code, '_'))
279 priv->territory = g_strdup (dgettext ("iso_3166", country_en));
283 if (!priv->territory)
286 priv->territory = g_strdup (tokens[1]);
291 return priv->territory;
402 g_param_spec_string ("territory",
403 "territory",
[all...]

Completed in 47 milliseconds