class
GdkPixbuf::PixbufFormat
- GdkPixbuf::PixbufFormat
- Reference
- Object
Overview
A Gdk::PixbufFormat contains information about the image format accepted
by a module.
Only modules should access the fields directly, applications should
use the gdk_pixbuf_format_* family of functions.
Defined in:
lib/gi-crystal/src/auto/gdk_pixbuf-2.0/pixbuf_format.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGdkPixbuf::PixbufFormat, transfer : GICrystal::Transfer)
- .new(flags : UInt32 | Nil = nil, disabled : Bool | Nil = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #copy : GdkPixbuf::PixbufFormat
- #description : String
- #description!
- #disabled : Bool
- #disabled=(disabled : Bool) : Nil
- #domain : String | Nil
- #domain!
- #extensions : Enumerable(String)
- #extensions!
- #flags : UInt32
- #flags=(value : UInt32)
- #free : Nil
- #is_disabled : Bool
- #is_save_option_supported(option_key : String) : Bool
- #is_scalable : Bool
- #is_writable : Bool
- #license : String
- #license!
- #mime_types : Enumerable(String)
- #mime_types!
- #name : String
- #name!
- #signature : GdkPixbuf::PixbufModulePattern | Nil
- #signature!
- #to_unsafe
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.
Instance Method Detail
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.