@mozilla.org/autocomplete/item;1
This component implements the following interfaces:
Properties
char* nsIAutoCompleteItem.className
Class name used to define some style through css like the colors, an icon url, etc...
PRUnichar* nsIAutoCompleteItem.comment
An extra comment that will be displayed next to the value but that will not be part of the value itself
nsISupports nsIAutoCompleteItem.param
Parameter use by the search engine
AString nsIAutoCompleteItem.value
The result value using AString to avoid excess allocations
Reference documentation is generated from Mozilla's source.