FreebaseSearchResultItem
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gdata_freebase_search_result_item_get_type ()" ) ]
[ Compact ]
[ Version ( since = "0.15.1" ) ]
public class FreebaseSearchResultItem
Opaque struct holding data for a single search result item.
Content:
Methods:
- public unowned string get_id ()
Returns the Freebase ID of the search result item.
- public unowned string get_language ()
Gets the language of this search result item, in ISO-639-1 format.
- public unowned string get_mid ()
Returns the machine-encoded ID (MID) of the search result item.
- public unowned string get_name ()
Returns the human readable name of the search result item.
- public unowned string? get_notable_id ()
If this search result item is notable in an specific topic, this
function returns the Freebase ID of this topic.
- public unowned string? get_notable_name ()
If this search result item is notable in an specific topic, this
function returns the human readable name of this topic.
- public double get_score ()
Returns the score of this search result item.