GData.ServiceClass

Fields

Name

Type

Access

Description

api_version

str

r

the version of the GLib.Data API used by the service (typically 2)

append_query_headers

object

r

a function to allow subclasses to append their own headers to queries before they are submitted to the online service, using the given authorization domain; new in version 0.9.0

feed_type

GObject.GType

r

the GObject.GType of the feed class (subclass of GData.Feed) to use for query results from this service

get_authorization_domains

object

r

a function to return a newly-allocated list of all the GData.AuthorizationDomains the service makes use of; while the list should be newly-allocated, the individual domains should not be; not implementing this function is equivalent to returning an empty list; new in version 0.9.0

parent

GObject.ObjectClass

r

the parent class

parse_error_response

object

r

a function to parse error responses to queries from the online service. It should set the error from the status, reason phrase and response body it is passed.

parse_feed

object

r

a function to parse feed responses to queries from the online service; new in version 0.17.0

Methods

None

Details

class GData.ServiceClass

The class structure for the GData.Service type.

New in version 0.9.0.