Method

WebKitWebViewget_magnification

unstable since: 2.54

Declaration [src]

gdouble
webkit_web_view_get_magnification (
  WebKitWebView* web_view
)

Description [src]

Get the magnification factor of web_view.

The magnification factor represents the visual scaling of the page (similar to pinch-to-zoom). This is independent of the layout zoom level (which is obtained with webkit_web_view_get_zoom_level()).

Available since: 2.54

Return value

Type: gdouble

The current magnification factor of web_view.