gdkpixbuf.c.types

C types for gdkpixbuf2 library

Public Imports

gid.basictypes
public import gid.basictypes;
Undocumented in source.
gmodule.c.types
public import gmodule.c.types;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.

Members

Enums

GdkColorspace
enum GdkColorspace

This enumeration defines the color spaces that are supported by the gdk-pixbuf library.

GdkInterpType
enum GdkInterpType

Interpolation modes for scaling functions.

GdkPixbufAlphaMode
enum GdkPixbufAlphaMode

Control the alpha channel for drawables.

GdkPixbufError
enum GdkPixbufError

An error code in the GDK_PIXBUF_ERROR domain.

GdkPixbufFormatFlags
enum GdkPixbufFormatFlags

Flags which allow a module to specify further details about the supported operations.

GdkPixbufRotation
enum GdkPixbufRotation

The possible rotations which can be passed to gdkpixbuf.pixbuf.Pixbuf.rotateSimple.

Structs

GdkPixbuf
struct GdkPixbuf

A pixel buffer.

GdkPixbufAnimation
struct GdkPixbufAnimation

An opaque object representing an animation.

GdkPixbufAnimationClass
struct GdkPixbufAnimationClass

Modules supporting animations must derive a type from #GdkPixbufAnimation, providing suitable implementations of the virtual functions.

GdkPixbufAnimationIter
struct GdkPixbufAnimationIter

An opaque object representing an iterator which points to a certain position in an animation.

GdkPixbufAnimationIterClass
struct GdkPixbufAnimationIterClass

Modules supporting animations must derive a type from #GdkPixbufAnimationIter, providing suitable implementations of the virtual functions.

GdkPixbufFormat
struct GdkPixbufFormat

A gdkpixbuf.pixbuf_format.PixbufFormat contains information about the image format accepted by a module.

GdkPixbufLoader
struct GdkPixbufLoader

Incremental image loader.

GdkPixbufLoaderClass
struct GdkPixbufLoaderClass
GdkPixbufModule
struct GdkPixbufModule

A gdkpixbuf.pixbuf_module.PixbufModule contains the necessary functions to load and save images in a certain file format.

GdkPixbufModulePattern
struct GdkPixbufModulePattern

The signature prefix for a module.

GdkPixbufNonAnim
struct GdkPixbufNonAnim
GdkPixbufSimpleAnim
struct GdkPixbufSimpleAnim

An opaque struct representing a simple animation.

GdkPixbufSimpleAnimClass
struct GdkPixbufSimpleAnimClass
GdkPixbufSimpleAnimIter
struct GdkPixbufSimpleAnimIter