RecentManager

class RecentManager(managerPointer: GtkRecentManager_autoptr) : KGObject

kotlinx-gtk 27 / 03 / 2021

Constructors

RecentManager
Link copied to clipboard
fun RecentManager()
RecentManager
Link copied to clipboard
fun RecentManager(obj: TypeInstance)
RecentManager
Link copied to clipboard
fun RecentManager(managerPointer: GtkRecentManager_autoptr)

Types

Companion
Link copied to clipboard
object Companion
Error
Link copied to clipboard
enum Error : Enum<RecentManager.Error>
RecentData
Link copied to clipboard
class RecentData(struct: CPointer<GtkRecentData>)
RecentInfo
Link copied to clipboard
class RecentInfo(struct: CPointer<GtkRecentInfo>)

Functions

addFull
Link copied to clipboard
fun addFull(uri: String, recentData: KRecentData): Boolean
addItem
Link copied to clipboard
fun addItem(uri: String): Boolean
addOnChangedCallback
Link copied to clipboard
fun addOnChangedCallback(action: TypedNoArgFunc<RecentManager>): SignalManager
addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
getString
Link copied to clipboard
fun getString(propertyName: String): String
hasItem
Link copied to clipboard
fun hasItem(uri: String): Boolean
lookupItem
Link copied to clipboard
fun lookupItem(uri: String): RecentManager.RecentInfo?
moveItem
Link copied to clipboard
fun moveItem(uri: String, newUri: String): Boolean
purgeItems
Link copied to clipboard
fun purgeItems()
ref
Link copied to clipboard
open fun ref(): KGObject
removeItem
Link copied to clipboard
fun removeItem(uri: String): Boolean
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
unref
Link copied to clipboard
open override fun unref()

Properties

gClass
Link copied to clipboard
open val gClass: TypeClass
items
Link copied to clipboard
val items: WrappedKList<RecentManager.RecentInfo>
managerPointer
Link copied to clipboard
val managerPointer: GtkRecentManager_autoptr
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>