pub unsafe extern "C" fn tr_sessionSaveSettings(
    session: *mut tr_session,
    configDir: *const c_char,
    dictonary: *const tr_variant
)
Expand description

Add the session’s configuration settings to the benc dictionary and save it to the configuration directory’s settings.json file.

FIXME: this belongs in libtransmissionapp

@param session @param dictionary @see tr_sessionLoadSettings ()