Packages
librsvg-2.0
Rsvg
Stays crunchy ...
... even in milk.
Valadoc
Vala
Tutorial
Vala Journal
API-References
Markup
About
librsvg-2.0
Description:
Content:
Namespaces:
Rsvg
-
Classes:
Handle
-
Structs:
DimensionData
-
PositionData
-
Enums:
Error
-
Constants:
public
const
int
LIBRSVG_FEATURES_H
public
const
int
LIBRSVG_HAVE_CSS
public
const
int
LIBRSVG_HAVE_SVGZ
public
const
int
LIBRSVG_MAJOR_VERSION
public
const
int
LIBRSVG_MICRO_VERSION
public
const
int
LIBRSVG_MINOR_VERSION
public
const
unowned
string
LIBRSVG_VERSION
Delegates:
public
delegate
void
SizeFunc
(
ref
int
width,
ref
int
height)
Methods:
public
Quark
error_quark
()
public
void
init
()
public
void
librsvg_postinit
(
void
* app,
void
* modinfo)
public
void
librsvg_preinit
(
void
* app,
void
* modinfo)
public
weak
Pixbuf
pixbuf_from_file
(
string
file_name)
throws
Error
public
weak
Pixbuf
pixbuf_from_file_at_max_size
(
string
file_name,
int
max_width,
int
max_height)
throws
Error
public
weak
Pixbuf
pixbuf_from_file_at_size
(
string
file_name,
int
width,
int
height)
throws
Error
public
weak
Pixbuf
pixbuf_from_file_at_zoom
(
string
file_name,
double
x_zoom,
double
y_zoom)
throws
Error
public
weak
Pixbuf
pixbuf_from_file_at_zoom_with_max
(
string
file_name,
double
x_zoom,
double
y_zoom,
int
max_width,
int
max_height)
throws
Error
public
void
set_default_dpi
(
double
dpi)
public
void
set_default_dpi_x_y
(
double
dpi_x,
double
dpi_y)
public
void
term
()