GTK4 documentation gives a reference to a Function wich does not exists

I just followed the documentation of the gtk_popover_menu_new_from_model() function and there is a part of its documentation wich refers to a function called:

gtk_popover_menu_new_from_model_full()

But there is no reference of this function in GTK4, or I am not find it at all.
What I am missing here?

The documentation is probably not up to date; the function in question is available in the header.

The API reference needs to be updated; currently, the churn is a bit too high to keep track of all changes, but they will be updated before the next snapshot.

In general: check the introspection data to see if a function exists and it’s available. The introspection data always reflects the ABI exposed to clients.

1 Like

I understand. Thank you for your Time.

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