rsvg.c.types

Undocumented in source.

Public Imports

cairo.c.types
public import cairo.c.types;
Undocumented in source.
gdkpixbuf.c.types
public import gdkpixbuf.c.types;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.
gobject.c.types
public import gobject.c.types;
Undocumented in source.

Members

Aliases

Error
alias Error = RsvgError
Undocumented in source.
HandleFlags
alias HandleFlags = RsvgHandleFlags
Undocumented in source.
LIBRSVG_MAJOR_VERSION
alias LIBRSVG_MAJOR_VERSION = MAJOR_VERSION
Undocumented in source.
LIBRSVG_MICRO_VERSION
alias LIBRSVG_MICRO_VERSION = MICRO_VERSION
Undocumented in source.
LIBRSVG_MINOR_VERSION
alias LIBRSVG_MINOR_VERSION = MINOR_VERSION
Undocumented in source.
LIBRSVG_VERSION
alias LIBRSVG_VERSION = VERSION
Undocumented in source.
Unit
alias Unit = RsvgUnit
Undocumented in source.

Enums

RsvgError
enum RsvgError

An enumeration representing possible errors

RsvgHandleFlags
enum RsvgHandleFlags
Undocumented in source.
RsvgUnit
enum RsvgUnit

Units for the #RsvgLength struct. These have the same meaning as <ulink url="https://www.w3.org/TR/CSS21/syndata.html#length-units">CSS length units</ulink>.

Manifest constants

MAJOR_VERSION
enum MAJOR_VERSION;
Undocumented in source.
MICRO_VERSION
enum MICRO_VERSION;
Undocumented in source.
MINOR_VERSION
enum MINOR_VERSION;
Undocumented in source.
VERSION
enum VERSION;
Undocumented in source.

Structs

RsvgDimensionData
struct RsvgDimensionData

Dimensions of an SVG image from rsvg_handle_get_dimensions(), or an individual element from rsvg_handle_get_dimensions_sub(). Please see the deprecation documentation for those functions.

RsvgHandle
struct RsvgHandle
Undocumented in source.
RsvgHandleClass
struct RsvgHandleClass

Class structure for #RsvgHandle.

RsvgLength
struct RsvgLength

#RsvgLength values are used in rsvg_handle_get_intrinsic_dimensions(), for example, to return the CSS length values of the <literal>width</literal> and <literal>height</literal> attributes of an <literal>&lt;svg&gt;</literal> element.

RsvgPositionData
struct RsvgPositionData

Position of an SVG fragment from rsvg_handle_get_position_sub(). Please the deprecation documentation for that function.

RsvgRectangle
struct RsvgRectangle

A data structure for holding a rectangle.

Meta