Re: gtk_menu_popup vs language bindings

2012-03-19 Thread Colin Walters
On Mon, 2012-03-19 at 11:13 +0100, Murray Cumming wrote: > > I'd like to get some more opinions on this from language binding > > authors - will reverting this change cause more harm now, or is it the > > right thing to do ? That's a tough call...the commit is two months old, so it's quite possib

Re: gtk_menu_popup vs language bindings

2012-03-19 Thread Murray Cumming
On Mon, 2012-03-19 at 05:55 -0400, Matthias Clasen wrote: > Hey, > > a while ago, we changed the annotations for gtk_menu_popup to skip > that function and instead rename gtk_menu_popup_for_device to > gtk_menu_popup. The reason for this change was that gtk_menu_popup > doesn't have a destroy noti

gtk_menu_popup vs language bindings

2012-03-19 Thread Matthias Clasen
Hey, a while ago, we changed the annotations for gtk_menu_popup to skip that function and instead rename gtk_menu_popup_for_device to gtk_menu_popup. The reason for this change was that gtk_menu_popup doesn't have a destroy notify for its user_data, which is problematic for language bindings. Now,