GData.FreebaseResult

g GData.Entry GData.Entry GData.FreebaseResult GData.FreebaseResult GData.Entry->GData.FreebaseResult GData.Parsable GData.Parsable GData.Parsable->GData.Entry GObject.Object GObject.Object GObject.Object->GData.Parsable

Subclasses:

GData.FreebaseSearchResult, GData.FreebaseTopicResult

Methods

Inherited:

GData.Entry (24), GData.Parsable (5), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

dup_variant ()

Virtual Methods

Inherited:

GData.Parsable (9), GObject.Object (7)

Properties

Inherited:

GData.Entry (10), GData.Parsable (1)

Name

Type

Flags

Short Description

variant

GLib.Variant

d/r

Variant holding the raw result. deprecated

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GData.Entry

r

Class Details

class GData.FreebaseResult(**kwargs)
Bases:

GData.Entry

Abstract:

No

Structure:

GData.FreebaseResultClass

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 with GObject.Object.unref()

Return type:

GData.FreebaseResult

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 with GLib.Variant.unref()

Return type:

GLib.Variant or None

Gets the result serialized as a GLib.Variant of type “a{smv}”, containing the JSON data tree. This variant can be alternatively processed through Json.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:

GLib.Variant

Default Value:

None

Flags:

DEPRECATED, READABLE

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.