After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785875 - Remove "Stability: Unstable" annotations from 'new' GtkMenu API?
Remove "Stability: Unstable" annotations from 'new' GtkMenu API?
Status: RESOLVED DUPLICATE of bug 774581
Product: gtk+
Classification: Platform
Component: Widget: GtkMenu
3.22.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-08-06 02:16 UTC by Daniel Boles
Modified: 2017-08-06 11:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Boles 2017-08-06 02:16:33 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?
Comment 1 Timm Bäder 2017-08-06 11:04:50 UTC
There's also https://bugzilla.gnome.org/show_bug.cgi?id=774581
Comment 2 Daniel Boles 2017-08-06 11:22:46 UTC
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 ***