gtk-kt
ktx
/
org.gtk.glib.ktx
/
get
get
inline operator
fun
KList
.
get
(
index
:
UInt
)
:
VoidPointer
?
Content copied to clipboard
inline operator
fun
SList
.
get
(
index
:
UInt
)
:
VoidPointer
?
Content copied to clipboard
Get value associated with the
index
Return
null if
index
is out of bounds
inline operator
fun
VariantDictionary
.
get
(
key
:
String
)
:
Variant
?
Content copied to clipboard