[ HasEmitter ]
public virtual signal string suggest_suffix (string typed_text)
This function requests potential text to append to typed_text
to make it more clear to the user what they will be activating
by selecting this suggestion.
For example, if they start typing "gno", a potential suggested suffix might be "me.org" to create "gnome.org".
typed_text |
The user entered text |
self |
Suffix to append to |