class Gdk::ContentFormatsBuilder

Overview

A Gdk::ContentFormatsBuilder is an auxiliary struct used to create new Gdk::ContentFormats, and should not be kept around.

Defined in:

lib/gi-crystal/src/auto/gdk-4.0/content_formats_builder.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def add_formats(formats : Gdk::ContentFormats) : Nil #

[View source]
def add_gtype(type : UInt64) : Nil #

[View source]
def add_mime_type(mime_type : String) : Nil #

[View source]
def finalize #

[View source]

[View source]
def to_formats : Gdk::ContentFormats #

[View source]
def to_unsafe : Pointer(Void) #

[View source]
def unref : Nil #

[View source]