PixbufFormat.this

Create a pixbuf_format.PixbufFormat boxed type.

  1. this(string name, string domain, string description, uint flags, bool disabled, string license)
    class PixbufFormat
    this
    (
    string name = string.init
    ,
    string domain = string.init
    ,
    string description = string.init
    ,
    uint flags = uint.init
    ,
    bool disabled = bool.init
    ,
    string license = string.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

name string

the name of the image format

domain string

the message domain for the description

description string

a description of the image format

flags uint
disabled bool

a boolean determining whether the loader is disabled`

license string

a string containing license information, typically set to shorthands like "GPL", "LGPL", etc.