Interface PixbufLoader.OnAreaPrepared

Enclosing class:
PixbufLoader
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PixbufLoader.OnAreaPrepared
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This signal is emitted when the pixbuf loader has allocated the
    pixbuf in the desired size.
  • Method Details

    • onAreaPrepared

      void onAreaPrepared()
      This signal is emitted when the pixbuf loader has allocated the
      pixbuf in the desired size.

      After this signal is emitted, applications can call
      gdk_pixbuf_loader_get_pixbuf() to fetch the partially-loaded
      pixbuf.