class Gdk::ContentFormatsBuilder
- Gdk::ContentFormatsBuilder
- Reference
- Object
Overview
A GdkContentFormatsBuilder
is an auxiliary struct used to create
new GdkContentFormats
, and should not be kept around.
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/content_formats_builder.crConstructors
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. - #add_formats(formats : Gdk::ContentFormats) : Nil
- #add_gtype(type : UInt64) : Nil
- #add_mime_type(mime_type : String) : Nil
- #finalize
- #ref : Gdk::ContentFormatsBuilder
- #to_formats : Gdk::ContentFormats
- #to_unsafe : Pointer(Void)
- #unref : Nil
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.