FreebaseTopicQuery
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_freebase_topic_query_get_type ()" ) ]
[
Version ( since =
"0.15.1" ) ]
public class FreebaseTopicQuery :
Query
All the fields in the FreebaseTopicQuery structure are private and should never be accessed directly.
Content:
Properties:
Creation methods:
Methods:
- public unowned string[]? get_filter ()
Gets the filter set on the topic query, or
null if unset.
- public unowned string? get_language ()
Gets the language set on the topic query, or
null if unset.
- public void set_filter (string[]? filter)
Sets a filter on the properties to be returned by the
FreebaseTopicQuery, a filter string usually contains either a specific property (eg.
- public void set_language (string? lang)
Sets the language used in the topic query.
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object