BookmarkList

open class BookmarkList(val gtkBookmarkListPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

GtkBookmarkList is a list model that wraps GBookmarkFile.

It presents a GListModel and fills it asynchronously with the GFileInfos returned from that function.

The GFileInfos in the list have some attributes in the recent namespace added: recent::private (boolean) and recent:applications (stringv).

Skipped during bindings generation

  • method item-type: Property has no getter nor setter

  • method loading: Property has no getter nor setter

  • method n-items: Property has no getter nor setter

Constructors

Link copied to clipboard
constructor(filename: String? = null, attributes: String? = null)

Creates a new GtkBookmarkList with the given @attributes.

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open var attributes: String?

The attributes to query.

Link copied to clipboard
open val filename: String

The bookmark file to load.

Link copied to clipboard
open val gioListModelPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkBookmarkListPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open var ioPriority: <Error class: unknown class>

Priority used when loading.

Functions

Link copied to clipboard
open fun isLoading(): Boolean

Returns true if the files are currently being loaded.