RecentData

class RecentData(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.

Constructors

Link copied to clipboard
constructor()

Allocate a new RecentData.

constructor(scope: <Error class: unknown class>)

Allocate a new RecentData using the provided AutofreeScope.

constructor(displayName: String?, description: String?, mimeType: String?, appName: String?, appExec: String?, isPrivate: Boolean)

Allocate a new RecentData.

constructor(displayName: String?, description: String?, mimeType: String?, appName: String?, appExec: String?, isPrivate: Boolean, scope: <Error class: unknown class>)

Allocate a new RecentData using the provided AutofreeScope.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Properties

Link copied to clipboard

command line used to launch this resource; may contain the “\%f” and “\%u” escape characters which will be expanded to the resource file path and URI respectively when the command line is retrieved;

Link copied to clipboard

the name of the application that is registering this recently used resource;

Link copied to clipboard

a UTF-8 encoded string, containing a short description of the resource, or null;

Link copied to clipboard

a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or null;

Link copied to clipboard

a vector of strings containing groups names;

Link copied to clipboard
val gtkRecentDataPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

whether this resource should be displayed only by the applications that have registered it or not.

Link copied to clipboard

the MIME type of the resource;

Functions

Link copied to clipboard
open override fun toString(): String