Table of Contents

Class RecentManagerClassHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public abstract class RecentManagerClassHandle : SafeHandle, IDisposable
Inheritance
RecentManagerClassHandle
Implements
Derived
Inherited Members

Constructors

RecentManagerClassHandle(bool)

protected RecentManagerClassHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(RecentManagerClassHandle?)

public bool Equals(RecentManagerClassHandle? other)

Parameters

other RecentManagerClassHandle

Returns

bool

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.

GetChanged()

public RecentManagerClassData.ChangedCallback GetChanged()

Returns

RecentManagerClassData.ChangedCallback

GetGtkRecent1()

public RecentManagerClassData.GtkRecent1Callback GetGtkRecent1()

Returns

RecentManagerClassData.GtkRecent1Callback

GetGtkRecent2()

public RecentManagerClassData.GtkRecent2Callback GetGtkRecent2()

Returns

RecentManagerClassData.GtkRecent2Callback

GetGtkRecent3()

public RecentManagerClassData.GtkRecent3Callback GetGtkRecent3()

Returns

RecentManagerClassData.GtkRecent3Callback

GetGtkRecent4()

public RecentManagerClassData.GtkRecent4Callback GetGtkRecent4()

Returns

RecentManagerClassData.GtkRecent4Callback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.