- public void cleanup ()
This function does nothing.
- public Quark error_quark ()
- public void init ()
This function does nothing.
- public Pixbuf? pixbuf_from_file (string filename) throws Error
Loads a new `GdkPixbuf` from filename
and returns it.
- public Pixbuf? pixbuf_from_file_at_max_size (string filename, int max_width, int max_height) throws Error
Loads a new `GdkPixbuf` from filename
and returns it.
- public Pixbuf? pixbuf_from_file_at_size (string filename, int width, int height) throws Error
Loads a new `GdkPixbuf` from filename
and returns it.
- public Pixbuf? pixbuf_from_file_at_zoom (string filename, double x_zoom, double y_zoom) throws Error
Loads a new `GdkPixbuf` from filename
and returns it.
- public Pixbuf? pixbuf_from_file_at_zoom_with_max (string filename, double x_zoom, double y_zoom, int max_width, int max_height) throws Error
Loads a new `GdkPixbuf` from filename
and returns it.
- public void set_default_dpi (double dpi)
Do not use this function.
- public void set_default_dpi_x_y (double dpi_x, double dpi_y)
Do not use this function.
- public void term ()
This function does nothing.