get_property_value


Description:

[ Version ( deprecated = true , deprecated_since = "0.17.7" , since = "0.15.1" ) ]
public unowned FreebaseTopicValue? get_property_value (string property, int64 item)

Warning: get_property_value is deprecated since 0.17.7.

Gets the value that this stores for this property/item pair, as a generic FreebaseTopicValue.

Note:

Google Freebase has been permanently shut down.

If this contains no information about property, or item is outside the [ 0..gdata_freebase_topic_object_get_property_count() - 1] range, null is returned.

Parameters:

this

a FreebaseTopicObject

property

a property name contained in this

item

item number to retrieve from property

Returns:

the value for this property/item