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