Gtk.GestureZoom is a Gtk.Gesture implementation able to recognize
pinch/zoom gestures, whenever the distance between both tracked
sequences changes, the Gtk.GestureZoom::scale-changed signal is
emitted to report the scale factor.
If self is active, this function returns the zooming difference
since the gesture was recognized (hence the starting point is
considered 1:1). If self is not active, 1 is returned.