gtk-kt
ktx
/
org.gtk.glib.ktx
/
MutableWrappedKList
/
Companion
/
asMutableList
as
Mutable
List
inline
fun
<
T
>
WrappedKList
<
T
>
.
asMutableList
(
)
:
MutableWrappedKList
<
T
>
Content copied to clipboard
inline
fun
<
T
>
CPointer
<
GList
>
.
asMutableList
(
noinline
wrapPointer
:
VoidPointer
.
(
)
->
T
,
noinline
getPointer
:
T
.
(
)
->
VoidPointer
)
:
MutableWrappedKList
<
T
>
Content copied to clipboard