Package org.gtk.glib
Types
Shorthand for C's representation of a list of strings (a pointer to a list of char pointers).
Shorthand for C's representation of a string.
15 / 01 / 2022
kotlinx-gtk 15 / 04 / 2021 TODO
kotlinx-gtk 23 / 03 / 2021
kotlinx-gtk 15 / 04 / 2021 TODO
18 / 12 / 2021
gtk-kt
gtk-kt
gtk-kt
kotlinx-gtk 23 / 03 / 2021
kotlinx-gtk
gtk-kt
Functions
For null terminated C arrays
For null terminated C arrays
Turns anything into a stable ref pointer
Like the toArray version, except frees the pointer
Create a list of strings from a CStringList, then free it with g_strfreev
Will simply replace null with "null"
Will filter out nulls
Will throw an exception on a nullable
Turn a NULL terminated C Array into a Kotlin List, with action to wrap each index
Turn a C Array into a Kotlin List with a known size, with action to wrap each index
Use a StableRef (as a CPointer), disposing of it afterwards