It appears as though the cinterop tool isn't gener...
# kotlin-native
n
It appears as though the cinterop tool isn't generating the bindings relating to
GtkStatusIcon
( https://stackoverflow.com/questions/41917903/gtk-3-statusicon-replacement ). Apparently
GtkStatusIcon
is accessible in the Gtk 3 API (there should be
GtkStatusIcon
declarations in the gtk/gtk.h header file), but has been removed in the Gtk 4 API. What Kotlin Native options are available for dealing with deprecated APIs in C libraries?
Turns out the gtk/deprecated/* header filter needs to be added to the def file. Is it possible to only include a single header file from a directory in the def file?