On 26-02-18 23:22, Luís Marques wrote:

extern(C) void gdk_quartz_drag_context_get_dragging_info_libgtk_only() {}
extern(C) void gdk_quartz_drag_source_context() {}

They don't seem to be called. I'll have to find out where these symbols are being referenced and understand why they are not present.

They are referenced from the quartz drag and drop implementation of GTK+.

https://github.com/GNOME/gtk/blob/1a9a0c25771d124a54b8bf7d81e36033ba429970/gtk/gtkdnd-quartz.c#L172
https://github.com/GNOME/gtk/blob/1a9a0c25771d124a54b8bf7d81e36033ba429970/gtk/gtkdnd-quartz.c#L231

And they are defined in the Gdk quartz backend, so i don't know why they
aren't found.