GData.AccessHandlerIface

Fields

Name

Type

Access

Description

get_authorization_domain

object

r

a function to return the GData.AuthorizationDomain to be used for all operations on the access rules belonging to this access handler; not implementing this function is equivalent to returning None from it, which signifies that operations on the access rules don’t require authorization; new in version 0.9.0

get_rules

object

r

a function to query, parse and return a GData.Feed of GData.AccessRules for a given entry — the virtual function for GData.AccessHandler.get_rules(); new in version 0.17.2

is_owner_rule

object

r

a function to return whether the given GData.AccessRule has the role of an owner (of a GData.AccessHandler).

parent

GObject.TypeInterface

r

the parent type

Methods

None

Details

class GData.AccessHandlerIface

The class structure for the GData.AccessHandler interface.

New in version 0.9.0.