gtk-kt
ktx
/
org.gtk.glib.ktx
/
plus
plus
inline operator
fun
VoidPointer
.
plus
(
list
:
KList
)
:
KList
Content copied to clipboard
inline operator
fun
VoidPointer
.
plus
(
list
:
SList
)
:
SList
Content copied to clipboard
Prepend operator function for KList
inline operator
fun
KList
.
plus
(
data
:
VoidPointer
)
:
KList
Content copied to clipboard
inline operator
fun
SList
.
plus
(
data
:
VoidPointer
)
:
SList
Content copied to clipboard
Append operator function
inline operator
fun
KList
.
plus
(
list
:
KList
)
:
KList
Content copied to clipboard
inline operator
fun
SList
.
plus
(
list
:
SList
)
:
SList
Content copied to clipboard
Concat operator function