GData.FreebaseResult¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
d/r |
Variant holding the raw result. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.FreebaseResult(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.FreebaseResult
structure are private and should never be accessed directly.New in version 0.15.1.
- classmethod new()¶
- Returns:
a new
GData.FreebaseResult
; unref withGObject.Object.unref
()- Return type:
Creates a new
GData.FreebaseResult
.New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- dup_variant()¶
- Returns:
the serialized result, or
None
; unref withGLib.Variant.unref
()- Return type:
GLib.Variant
orNone
Gets the result serialized as a
GLib.Variant
of type “a{smv}”, containing the JSON data tree. This variant can be alternatively processed throughJson.gvariant_serialize
().New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
Property Details¶
- GData.FreebaseResult.props.variant¶
- Name:
variant
- Type:
- Default Value:
- Flags:
Variant containing the MQL result. The variant is a very generic container of type “a{smv}”, containing (possibly nested) Freebase schema types and values.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.