Function call_session_dbus_method

Source
pub fn call_session_dbus_method<I: AppendAll + Sync + Send + 'static, O: ReadAll + Sync + Send + 'static>(
    name: &str,
    object: Path<'static>,
    function: &str,
    proxy_name: &str,
    params: I,
) -> Result<O, Error>