rsvg.c.functions

Undocumented in source.

Members

Aliases

rsvg_cleanup
alias rsvg_cleanup = c_rsvg_cleanup
Undocumented in source.
rsvg_handle_close
alias rsvg_handle_close = c_rsvg_handle_close
Undocumented in source.
rsvg_handle_get_base_uri
alias rsvg_handle_get_base_uri = c_rsvg_handle_get_base_uri
Undocumented in source.
rsvg_handle_get_dimensions
alias rsvg_handle_get_dimensions = c_rsvg_handle_get_dimensions
Undocumented in source.
rsvg_handle_get_dimensions_sub
alias rsvg_handle_get_dimensions_sub = c_rsvg_handle_get_dimensions_sub
Undocumented in source.
rsvg_handle_get_pixbuf
alias rsvg_handle_get_pixbuf = c_rsvg_handle_get_pixbuf
Undocumented in source.
rsvg_handle_get_pixbuf_sub
alias rsvg_handle_get_pixbuf_sub = c_rsvg_handle_get_pixbuf_sub
Undocumented in source.
rsvg_handle_get_position_sub
alias rsvg_handle_get_position_sub = c_rsvg_handle_get_position_sub
Undocumented in source.
rsvg_handle_get_type
alias rsvg_handle_get_type = c_rsvg_handle_get_type
Undocumented in source.
rsvg_handle_has_sub
alias rsvg_handle_has_sub = c_rsvg_handle_has_sub
Undocumented in source.
rsvg_handle_internal_set_testing
alias rsvg_handle_internal_set_testing = c_rsvg_handle_internal_set_testing
Undocumented in source.
rsvg_handle_new
alias rsvg_handle_new = c_rsvg_handle_new
Undocumented in source.
rsvg_handle_new_from_data
alias rsvg_handle_new_from_data = c_rsvg_handle_new_from_data
Undocumented in source.
rsvg_handle_new_from_file
alias rsvg_handle_new_from_file = c_rsvg_handle_new_from_file
Undocumented in source.
rsvg_handle_new_from_gfile_sync
alias rsvg_handle_new_from_gfile_sync = c_rsvg_handle_new_from_gfile_sync
Undocumented in source.
rsvg_handle_new_from_stream_sync
alias rsvg_handle_new_from_stream_sync = c_rsvg_handle_new_from_stream_sync
Undocumented in source.
rsvg_handle_new_with_flags
alias rsvg_handle_new_with_flags = c_rsvg_handle_new_with_flags
Undocumented in source.
rsvg_handle_read_stream_sync
alias rsvg_handle_read_stream_sync = c_rsvg_handle_read_stream_sync
Undocumented in source.
rsvg_handle_render_cairo
alias rsvg_handle_render_cairo = c_rsvg_handle_render_cairo
Undocumented in source.
rsvg_handle_render_cairo_sub
alias rsvg_handle_render_cairo_sub = c_rsvg_handle_render_cairo_sub
Undocumented in source.
rsvg_handle_set_base_gfile
alias rsvg_handle_set_base_gfile = c_rsvg_handle_set_base_gfile
Undocumented in source.
rsvg_handle_set_base_uri
alias rsvg_handle_set_base_uri = c_rsvg_handle_set_base_uri
Undocumented in source.
rsvg_handle_set_dpi
alias rsvg_handle_set_dpi = c_rsvg_handle_set_dpi
Undocumented in source.
rsvg_handle_set_dpi_x_y
alias rsvg_handle_set_dpi_x_y = c_rsvg_handle_set_dpi_x_y
Undocumented in source.
rsvg_handle_write
alias rsvg_handle_write = c_rsvg_handle_write
Undocumented in source.
rsvg_set_default_dpi
alias rsvg_set_default_dpi = c_rsvg_set_default_dpi
Undocumented in source.
rsvg_set_default_dpi_x_y
alias rsvg_set_default_dpi_x_y = c_rsvg_set_default_dpi_x_y
Undocumented in source.

Static variables

LIBRARY_RSVG
auto LIBRARY_RSVG;
Undocumented in source.
LIBRARY_RSVG
auto LIBRARY_RSVG;
Undocumented in source.
LIBRARY_RSVG
auto LIBRARY_RSVG;
Undocumented in source.
c_rsvg_cleanup
void function() c_rsvg_cleanup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_close
int function(RsvgHandle* handle, GError** err) c_rsvg_handle_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_base_uri
const(char)* function(RsvgHandle* handle) c_rsvg_handle_get_base_uri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_dimensions
void function(RsvgHandle* handle, RsvgDimensionData* dimensionData) c_rsvg_handle_get_dimensions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_dimensions_sub
int function(RsvgHandle* handle, RsvgDimensionData* dimensionData, const(char)* id) c_rsvg_handle_get_dimensions_sub;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_pixbuf
GdkPixbuf* function(RsvgHandle* handle) c_rsvg_handle_get_pixbuf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_pixbuf_sub
GdkPixbuf* function(RsvgHandle* handle, const(char)* id) c_rsvg_handle_get_pixbuf_sub;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_position_sub
int function(RsvgHandle* handle, RsvgPositionData* positionData, const(char)* id) c_rsvg_handle_get_position_sub;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_get_type
GType function() c_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.
c_rsvg_handle_has_sub
int function(RsvgHandle* handle, const(char)* id) c_rsvg_handle_has_sub;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_internal_set_testing
void function(RsvgHandle* handle, int testing) c_rsvg_handle_internal_set_testing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_new
RsvgHandle* function() c_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.
c_rsvg_handle_new_from_data
RsvgHandle* function(ubyte* data, size_t dataLen, GError** err) c_rsvg_handle_new_from_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_new_from_file
RsvgHandle* function(const(char)* fileName, GError** err) c_rsvg_handle_new_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_new_from_gfile_sync
RsvgHandle* function(GFile* file, RsvgHandleFlags flags, GCancellable* cancellable, GError** err) c_rsvg_handle_new_from_gfile_sync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_new_from_stream_sync
RsvgHandle* function(GInputStream* inputStream, GFile* baseFile, RsvgHandleFlags flags, GCancellable* cancellable, GError** err) c_rsvg_handle_new_from_stream_sync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_new_with_flags
RsvgHandle* function(RsvgHandleFlags flags) c_rsvg_handle_new_with_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_read_stream_sync
int function(RsvgHandle* handle, GInputStream* stream, GCancellable* cancellable, GError** err) c_rsvg_handle_read_stream_sync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_render_cairo
int function(RsvgHandle* handle, cairo_t* cr) c_rsvg_handle_render_cairo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_render_cairo_sub
int function(RsvgHandle* handle, cairo_t* cr, const(char)* id) c_rsvg_handle_render_cairo_sub;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_set_base_gfile
void function(RsvgHandle* handle, GFile* baseFile) c_rsvg_handle_set_base_gfile;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_set_base_uri
void function(RsvgHandle* handle, const(char)* baseUri) c_rsvg_handle_set_base_uri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_set_dpi
void function(RsvgHandle* handle, double dpi) c_rsvg_handle_set_dpi;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_set_dpi_x_y
void function(RsvgHandle* handle, double dpiX, double dpiY) c_rsvg_handle_set_dpi_x_y;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_handle_write
int function(RsvgHandle* handle, char* buf, size_t count, GError** err) c_rsvg_handle_write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_set_default_dpi
void function(double dpi) c_rsvg_set_default_dpi;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_rsvg_set_default_dpi_x_y
void function(double dpiX, double dpiY) c_rsvg_set_default_dpi_x_y;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta