for the "Accept-Language" header on every soup.message.Message sent, based on the return value of func@GLib.get_language_names.
Setting this will override any previous value of soup.session.Session.acceptLanguage.
bool acceptLanguageAuto() @propertyGet acceptLanguageAuto property.
for the "Accept-Language" header on every soup.message.Message sent, based on the return value of func@GLib.get_language_names.
Setting this will override any previous value of soup.session.Session.acceptLanguage.
void acceptLanguageAuto(bool propval) @propertySet acceptLanguageAuto property.
propval | If true, #SoupSession will automatically set the string for the "Accept-Language" header on every soup.message.Message sent, based on the return value of func@GLib.get_language_names. Setting this will override any previous value of soup.session.Session.acceptLanguage. |