GNOME Bugzilla – Bug 617322
Move documentation to inline comments: GtkEntryCompletion
Last modified: 2011-01-04 22:55:21 UTC
Created attachment 160011 [details] [review] Move documentation to inline comments: GtkEntryCompletion Move documentation to inline comments for GtkEntryCompletion
Review of attachment 160011 [details] [review]: Some minor comments ::: gtk/gtkentrycompletion.c @@ +61,3 @@ + * When the user selects a completion, the content of the entry is updated. + * By default, the content of the entry is replaced by the text column of the + * model, but this can be overridden by connecting to the ::match-selected signal Use #GtkEntryCompletion::match-selected here @@ +71,3 @@ + * "actions" in the popup window. Their appearance is similar to menuitems, + * to differentiate them clearly from completion strings. When an action is + * selected, the ::action-activated signal is emitted. Use #GtkEntryCompletion::action-activated here @@ +73,3 @@ + * selected, the ::action-activated signal is emitted. + * + */ This blank line can be removed