i=x_is_new() returns 1 (resp. 0) if the C variable x_is_new is set to TRUE (resp. FALSE).
set_x_is_new(i) assigns the value i to x_is_new.
x_is_new() set_x_is_new(0) x_is_new() set_x_is_new(1) //This is the default.