15#if !defined (__RSVG_RSVG_H_INSIDE__) && !defined (RSVG_COMPILATION)
16#warning "Including <librsvg/rsvg-pixbuf.h> directly is deprecated."
22#include <gdk-pixbuf/gdk-pixbuf.h>
GdkPixbuf * rsvg_handle_get_pixbuf_sub(RsvgHandle *handle, const char *id)
rsvg_handle_get_pixbuf_sub: @handle: an #RsvgHandle @id: (nullable): element id starting with #,...
GdkPixbuf * rsvg_pixbuf_from_file_at_zoom_with_max(const gchar *filename, double x_zoom, double y_zoom, gint max_width, gint max_height, GError **error)
rsvg_pixbuf_from_file_at_zoom_with_max:
GdkPixbuf * rsvg_pixbuf_from_file_at_size(const gchar *filename, gint width, gint height, GError **error)
rsvg_pixbuf_from_file_at_size:
GdkPixbuf * rsvg_pixbuf_from_file_at_zoom(const gchar *filename, double x_zoom, double y_zoom, GError **error)
rsvg_pixbuf_from_file_at_zoom:
GdkPixbuf * rsvg_pixbuf_from_file(const gchar *filename, GError **error)
rsvg_pixbuf_from_file: @filename: a file name @error: return location for a #GError
GdkPixbuf * rsvg_handle_get_pixbuf(RsvgHandle *handle)
rsvg_handle_get_pixbuf: @handle: an #RsvgHandle
GdkPixbuf * rsvg_pixbuf_from_file_at_max_size(const gchar *filename, gint max_width, gint max_height, GError **error)
rsvg_pixbuf_from_file_at_max_size:
GdkPixbuf * rsvg_handle_get_pixbuf_and_error(RsvgHandle *handle, GError **error)
Render the SVG to a #GdkPixbuf.