GNOME Bugzilla – Bug 742940
Adjust annotations of gtk_status_icon_position_menu to match GtkMenuPositionFunc
Last modified: 2015-01-18 05:00:15 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
Review of attachment 294557 [details] [review]: ok