Class RecentData
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public sealed class RecentData
- Inheritance
-
RecentData
- Inherited Members
Constructors
RecentData()
public RecentData()
RecentData(RecentDataOwnedHandle)
public RecentData(RecentDataOwnedHandle handle)
Parameters
handle
RecentDataOwnedHandle
Properties
AppExec
public string? AppExec { get; set; }
Property Value
AppName
public string? AppName { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
DisplayName
public string? DisplayName { get; set; }
Property Value
Handle
public RecentDataOwnedHandle Handle { get; }
Property Value
IsPrivate
public bool IsPrivate { get; set; }
Property Value
MimeType
public string? MimeType { get; set; }
Property Value
Methods
Equals(RecentData?)
public bool Equals(RecentData? other)
Parameters
other
RecentData
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.