rsvg.rsvg

Undocumented in source.

Members

Aliases

GQuark
alias GQuark = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GType
alias GType = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

RSvgError
enum RSvgError

RsvgError: @RSVG_ERROR_FAILED: the request failed

RsvgAspectRatios
enum RsvgAspectRatios

CSS

RsvgHandleFlags
enum RsvgHandleFlags

RsvgHandleFlags: @RSVG_HANDLE_FLAGS_NONE: none @RSVG_HANDLE_FLAG_UNLIMITED: Allow any SVG XML without size limitations. For security reasons, this should only be used for trusted input!

RsvgSizeType
enum RsvgSizeType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_rsvg_size_callback
void _rsvg_size_callback(int* width, int* height, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_cleanup
void rsvg_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_css_parse_color
int rsvg_css_parse_color(char* str, bool* inherit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_error_get_type
GType rsvg_error_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_error_quark
GQuark rsvg_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_close
bool rsvg_handle_close(RsvgHandle* handle, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_flags_get_type
GType rsvg_handle_flags_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_base_uri
const(char)* rsvg_handle_get_base_uri(RsvgHandle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_dimensions
void rsvg_handle_get_dimensions(RsvgHandle* handle, RsvgDimensionData* dimension_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_dimensions_sub
bool rsvg_handle_get_dimensions_sub(RsvgHandle* handle, RsvgDimensionData* dimension_data, char* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_pixbuf
GdkPixbuf* rsvg_handle_get_pixbuf(RsvgHandle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_pixbuf_sub
GdkPixbuf* rsvg_handle_get_pixbuf_sub(RsvgHandle* handle, char* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_position_sub
bool rsvg_handle_get_position_sub(RsvgHandle* handle, RsvgPositionData* position_data, char* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_get_type
GType rsvg_handle_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_has_sub
bool rsvg_handle_has_sub(RsvgHandle* handle, char* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_new
RsvgHandle* rsvg_handle_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_new_from_data
RsvgHandle* rsvg_handle_new_from_data(ubyte* data, int data_len, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_new_from_file
RsvgHandle* rsvg_handle_new_from_file(ubyte* file_name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_new_from_gfile_sync
RsvgHandle* rsvg_handle_new_from_gfile_sync(GFile* file, RsvgHandleFlags flags, GCancellable* cancellable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_new_from_stream_sync
RsvgHandle* rsvg_handle_new_from_stream_sync(GInputStream* input_stream, GFile* base_file, RsvgHandleFlags flags, GCancellable* cancellable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_new_with_flags
RsvgHandle* rsvg_handle_new_with_flags(RsvgHandleFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_read_stream_sync
bool rsvg_handle_read_stream_sync(RsvgHandle* handle, GInputStream* stream, GCancellable* cancellable, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_render_cairo
bool rsvg_handle_render_cairo(RsvgHandle* handle, cairo_t* cr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_render_cairo_sub
bool rsvg_handle_render_cairo_sub(RsvgHandle* handle, cairo_t* cr, char* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_set_base_gfile
void rsvg_handle_set_base_gfile(RsvgHandle* handle, GFile* base_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_set_base_uri
void rsvg_handle_set_base_uri(RsvgHandle* handle, char* base_uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_set_dpi
void rsvg_handle_set_dpi(RsvgHandle* handle, double dpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_set_dpi_x_y
void rsvg_handle_set_dpi_x_y(RsvgHandle* handle, double dpi_x, double dpi_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_handle_write
bool rsvg_handle_write(RsvgHandle* handle, ubyte* buf, int count, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_set_default_dpi
void rsvg_set_default_dpi(double dpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_set_default_dpi_x_y
void rsvg_set_default_dpi_x_y(double dpi_x, double dpi_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rsvg_term
void rsvg_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GCancellable
struct GCancellable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GError
struct GError
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GFile
struct GFile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GInputStream
struct GInputStream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GObject
struct GObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GObjectClass
struct GObjectClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GdkPixbuf
struct GdkPixbuf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RsvgDimensionData
struct RsvgDimensionData

RsvgDimensionData: @width: SVG's width, in pixels @height: SVG's height, in pixels @em: em @ex: ex

RsvgHandle
struct RsvgHandle

RsvgHandle:

RsvgHandleClass
struct RsvgHandleClass

RsvgHandleClass: @parent: parent class

RsvgHandlePrivate
struct RsvgHandlePrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RsvgPositionData
struct RsvgPositionData

RsvgPositionData: @x: position on the x axis @y: position on the y axis

RsvgSizeCallbackData
struct RsvgSizeCallbackData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta