GNOME Bugzilla – Bug 778534
Widget: Document signal mnemonic-activate
Last modified: 2017-02-15 21:47:09 UTC
Currently the signal itself has no documentation and an anonymous extra argument: https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget-mnemonic-activate To figure out how to use the signal, the user must realise that the emit method _is_ documented: https://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-mnemonic-activate This isn't very obvious. I propose properly naming the argument in the signal, and moving the explanatory paragraph to there too. (Then the method already links back to the signal, in case anyone gets there first.)
Created attachment 345578 [details] [review] widget: Document signal mnemonic-activate
Review of attachment 345578 [details] [review]: Looks fine to me; even if this is really mostly internal-use
Comment on attachment 345578 [details] [review] widget: Document signal mnemonic-activate Thanks!