Gio.unix_mounts_changed_since

function unix_mounts_changed_since(time: Number(guint64)): Boolean {
    // Gjs wrapper for g_unix_mounts_changed_since()
}
  

Checks if the unix mounts have changed since a given unix time.

time

guint64 to contain a timestamp.

Returns

true if the mounts have changed since time.