| Top |
Functions
ide_search_result_new ()
IdeSearchResult * ide_search_result_new (IdeSearchProvider *provider,const gchar *title,const gchar *subtitle,gfloat score);
ide_search_result_get_provider ()
IdeSearchProvider *
ide_search_result_get_provider (IdeSearchResult *result);
Gets the provider that created the search result.
ide_search_result_get_subtitle ()
const gchar *
ide_search_result_get_subtitle (IdeSearchResult *result);
ide_search_result_compare ()
gint ide_search_result_compare (const IdeSearchResult *a,const IdeSearchResult *b);
Types and Values
struct IdeSearchResultClass
struct IdeSearchResultClass {
IdeObjectClass parent;
void (*activate) (IdeSearchResult *result);
};
Property Details
The “score” property
“score” gfloat
The score of the search result.
Flags: Read / Write / Construct Only
Allowed values: [0,1]
Default value: 0
The “subtitle” property
“subtitle” gchar *
The subtitle of the search result.
Flags: Read / Write / Construct Only
Default value: NULL
The “title” property
“title” gchar *
The title of the search result.
Flags: Read / Write / Construct Only
Default value: NULL
