Entry can be used in different meanings. Use 'str' instead of 'entry' to
explicitly show the exact meaning of a parameter.
}
entry_append {
/*@
- Appends @p entry to the text of the entry.
+ Appends @p str to the text of the entry.
- Adds the text in @p entry to the end of any text already present in the
+ Adds the text in @p str to the end of any text already present in the
widget.
The appended text is subject to any filters set for the widget.
@ingroup Entry */
params {
- @in const(char)* entry; /*@ The text to be displayed */
+ @in const(char)* str; /*@ The text to be appended */
}
}
context_menu_item_add {