gutils: Make g_find_program_for_path() a proper private API
It’s not meant to be exposed publicly yet (we’re not ready to stabilise
it), but it was incorrectly decorated with GLIB_AVAILABLE_IN_2_76
.
We can’t remove the decorator and use it that way, as it’s called in
libgio, so we have to expose it using GLIB_PRIVATE_CALL()
.
Signed-off-by: Philip Withnall pwithnall@endlessos.org
Fixes: #2876 (closed)
Closes #2876 (closed)