GNOME Bugzilla – Bug 785875
Remove "Stability: Unstable" annotations from 'new' GtkMenu API?
Last modified: 2017-08-06 11:22:46 UTC
gtkmenu.c appears to be the only file that contains any "Stability: Unstable" annotations in the doc comments. The following symbols are documented as being Unstable API in GTK+ 3.22 and 4: gtk_menu_popup_at_pointer() gtk_menu_popup_at_rect() gtk_menu_popup_at_widget() :anchor-hints :menu-type-hint :rect-anchor-dx :rect-anchor-dy ::popped-up Given that it would contradict the LTS nature of GTK+ 3.22 to remove these, the popup() functions are now widely used, and most of those properties/signal are useful for users and e.g. used by GtkComboBox - shouldn't these be classed as stable now?
There's also https://bugzilla.gnome.org/show_bug.cgi?id=774581
Thanks! That didn't come up while entering the title, and I didn't try searching for different variations of keywords. *** This bug has been marked as a duplicate of bug 774581 ***