FreebaseQuery
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_freebase_query_get_type ()" ) ]
[
Version ( since =
"0.15.1" ) ]
public class FreebaseQuery :
Query
All the fields in the FreebaseQuery structure are private and should never be accessed directly.
Content:
Properties:
Creation methods:
- public FreebaseQuery (string mql)
Creates a new FreebaseQuery with the MQL
query provided in mql.
- public FreebaseQuery.from_variant (Variant variant)
Creates a new FreebaseQuery with the MQL
query provided in a serialized form as variant of type "a{smv}" containing the JSON data tree of a MQL query.
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object