diff_unified


Description:

[ Version ( since = "0.15.0" ) ]
public string? diff_unified (Array other_array)

Parameters:

this

A Array.

other_array

A Array to be compared.

Returns:

The string representation of the difference between two arrays as unified format. If there is no difference, the return value is null.

It should be freed with g_free when no longer needed.