[][src]Function transmission_sys::tr_sessionGetSettings

pub unsafe extern "C" fn tr_sessionGetSettings(
    session: *mut tr_session,
    setme_dictionary: *mut tr_variant
)

Add the session's current configuration settings to the benc dictionary.

FIXME: this probably belongs in libtransmissionapp

@param session the session to query @param setme_dictionary the dictionary to populate @see tr_sessionGetDefaultSettings()