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 742940 - Adjust annotations of gtk_status_icon_position_menu to match GtkMenuPositionFunc
Adjust annotations of gtk_status_icon_position_menu to match GtkMenuPositionFunc
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-01-14 22:45 UTC by Christoph Reiter (lazka)
Modified: 2015-01-18 05:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.10 KB, patch)
2015-01-14 22:45 UTC, Christoph Reiter (lazka)
committed Details | Review

Description Christoph Reiter (lazka) 2015-01-14 22:45:03 UTC
Created attachment 294557 [details] [review]
patch

In bug 674537 the annotations of GtkMenuPositionFunc were changed. The following patch also changes the annotations of gtk_status_icon_position_menu, which has the same signature as GtkMenuPositionFunc. This makes sure that existing code using gtk_menu_popup() in combination with gtk_status_icon_position_menu() does not break.

The attached patch got acked by ebassi in bug 674537, comment 5
Comment 1 Matthias Clasen 2015-01-14 23:02:37 UTC
Review of attachment 294557 [details] [review]:

ok