class GdkPixbuf::PixbufFormat
- GdkPixbuf::PixbufFormat
- Reference
- Object
Overview
A GdkPixbufFormat
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(name : String? = nil, signature : GdkPixbuf::PixbufModulePattern? = nil, domain : String? = nil, description : String? = nil, mime_types : Enumerable(String)? = nil, extensions : Enumerable(String)? = nil, flags : UInt32? = nil, disabled : Bool? = nil, license : String? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #copy : GdkPixbuf::PixbufFormat
- #description : String
- #description!
- #description=(value : String?)
- #disabled : Bool
- #disabled=(disabled : Bool) : Nil
- #domain : String?
- #domain!
- #domain=(value : String?)
- #extensions : Enumerable(String)
- #extensions!
- #extensions=(value : Enumerable(String)?)
- #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!
- #license=(value : String?)
- #mime_types : Enumerable(String)
- #mime_types!
- #mime_types=(value : Enumerable(String)?)
- #name : String
- #name!
- #name=(value : String?)
- #signature : GdkPixbuf::PixbufModulePattern?
- #signature!
- #signature=(value : GdkPixbuf::PixbufModulePattern?)
- #to_unsafe
Constructor Detail
def self.new(name : String? = nil, signature : GdkPixbuf::PixbufModulePattern? = nil, domain : String? = nil, description : String? = nil, mime_types : Enumerable(String)? = nil, extensions : Enumerable(String)? = nil, flags : UInt32? = nil, disabled : Bool? = nil, license : String? = nil)
#
Class Method Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.