Interface GdkpixbufConstants


public interface GdkpixbufConstants
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Major version of gdk-pixbuf library, that is the "0" in
    "0.8.2" for example.
    static final int
    Micro version of gdk-pixbuf library, that is the "2" in
    "0.8.2" for example.
    static final int
    Minor version of gdk-pixbuf library, that is the "8" in
    "0.8.2" for example.
    static final String
    Contains the full version of GdkPixbuf as a string.
  • Field Details

    • PIXBUF_MAJOR

      static final int PIXBUF_MAJOR
      Major version of gdk-pixbuf library, that is the "0" in
      "0.8.2" for example.
      See Also:
    • PIXBUF_MICRO

      static final int PIXBUF_MICRO
      Micro version of gdk-pixbuf library, that is the "2" in
      "0.8.2" for example.
      See Also:
    • PIXBUF_MINOR

      static final int PIXBUF_MINOR
      Minor version of gdk-pixbuf library, that is the "8" in
      "0.8.2" for example.
      See Also:
    • PIXBUF_VERSION

      static final String PIXBUF_VERSION
      Contains the full version of GdkPixbuf as a string.

      This is the version being compiled against; contrast with
      `gdk_pixbuf_version`.
      See Also: