Documentation of the `gpu.state.active_framebuffer_get` is inconsistent. It mentions `framebuffer_active_get`. I believe the cause is that the C methods in the Python wrapper are named inconsistently. This PR fixes this by making the wrapper + documentation consistent with the top level API. Pull Request: https://projects.blender.org/blender/blender/pulls/127677