Table of Contents

Class ContentFormatsBuilder

Namespace
Gdk
Assembly
Gdk-4.0.dll
public sealed class ContentFormatsBuilder : BoxedRecord, IEquatable<ContentFormatsBuilder>
Inheritance
ContentFormatsBuilder
Implements
Inherited Members

Constructors

ContentFormatsBuilder(ContentFormatsBuilderOwnedHandle)

public ContentFormatsBuilder(ContentFormatsBuilderOwnedHandle handle)

Parameters

handle ContentFormatsBuilderOwnedHandle

Properties

Handle

public ContentFormatsBuilderOwnedHandle Handle { get; }

Property Value

ContentFormatsBuilderOwnedHandle

Methods

AddFormats(ContentFormats)

public void AddFormats(ContentFormats formats)

Parameters

formats ContentFormats

AddGtype(Type)

public void AddGtype(Type type)

Parameters

type Type

AddMimeType(string)

public void AddMimeType(string mimeType)

Parameters

mimeType string

Equals(ContentFormatsBuilder?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ContentFormatsBuilder? other)

Parameters

other ContentFormatsBuilder

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

FreeToFormats()

public ContentFormats FreeToFormats()

Returns

ContentFormats

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New()

public static ContentFormatsBuilder New()

Returns

ContentFormatsBuilder

Ref()

public ContentFormatsBuilder Ref()

Returns

ContentFormatsBuilder

ToFormats()

public ContentFormats ToFormats()

Returns

ContentFormats

Unref()

public void Unref()