GTK4 gdk_clipboard_set_text(), hidden in gobject-introspection?

We just got a very verbose issue report about gdk_clipboard_set_text()

https://github.com/StefanSalewski/gintro/issues/194

Is there a good reason why it is hidden in gobject-introspection?

Because language bindings should be using the generic gdk_clipboard_set_value(). The set_text() and set_texture() API are C convenience functions.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.