PixbufFormat.this
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)Create a pixbuf_format.PixbufFormat boxed type.
Parameters
name | the name of the image format |
domain | the message domain for the description |
description | a description of the image format |
flags | a combination of [gdkpixbuf.types.PixbufFormatFlags] |
disabled | a boolean determining whether the loader is disabled` |
license | a string containing license information, typically set to shorthands like "GPL", "LGPL", etc. |