gi-rsvg-2.0.2: librsvg bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Rsvg.Functions

Description

 
Synopsis

Methods

cleanup

cleanup :: (HasCallStack, MonadIO m) => m () Source #

Deprecated: (Since version 2.46)No-op. This function should not be called from normal programs.

No description available in the introspection data.

Since: 2.36

setDefaultDpi

setDefaultDpi Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Double

dpi: Dots Per Inch (aka Pixels Per Inch)

-> m () 

Deprecated: (Since version 2.42.3)This function used to set a global default DPI. However,it only worked if it was called before any Handle objects had beencreated; it would not work after that. To avoid global mutable state, pleaseuse handleSetDpi instead.

Do not use this function. Create an Handle and call handleSetDpi on it instead.

Since: 2.8

setDefaultDpiXY

setDefaultDpiXY Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Double

dpiX: Dots Per Inch (aka Pixels Per Inch)

-> Double

dpiY: Dots Per Inch (aka Pixels Per Inch)

-> m () 

Deprecated: (Since version 2.42.3)This function used to set a global default DPI. However,it only worked if it was called before any Handle objects had beencreated; it would not work after that. To avoid global mutable state, pleaseuse handleSetDpi instead.

Do not use this function. Create an Handle and call handleSetDpiXY on it instead.

Since: 2.8