Consider the integral $$ I(a,b,c,d) := \int_c^d dy \int_a^b dx\; f'(y-x) g(x+y) $$ where I would like to apply integration by parts on the $x$ variable. My thinking is that I can straightforwardly apply integration by parts by defining $v'(x):=f'(y-x)$ and $u(x):= g(x+y)$ which implies that $v(x) = -f(y-x)$ and $u'(x):= g'(x+y)$, which would naively imply $$ I(a,b,c,d) = \int_c^d dy \bigg[ -f(y-x) g(x+y) \bigg]_{x = a}^{x = b} - \int_c^d dy \int_a^b dx\; \big[ -f(y-x) \big] g'(x+y) \ . \ \ \ \ \ (**) $$
However this link seems to imply that extra care needed to be taken with the boundary terms in the above. Is (**) correct here?