GData.CommentableInterface

Fields

Name

Type

Access

Description

comment_type

GObject.GType

r

the GObject.GType of the comment class (subclass of GData.Comment) to use for query results from this commentable object

get_authorization_domain

object

r

a function to return the GData.AuthorizationDomain to be used for all operations on the comments belonging to this commentable object; not implementing this function is equivalent to returning None from it, which signifies that operations on the comments don’t require authorization

get_insert_comment_uri

object

r

a function that returns the URI to add new comments to the commentable object, or None if the given commentable object doesn’t support adding comments; free with GLib.free()

get_query_comments_uri

object

r

a function that returns the URI of a GData.Feed of comments from a commentable object, or None if the given commentable object doesn’t support commenting; free with GLib.free()

is_comment_deletable

object

r

a function that returns True if the given comment may be deleted, False otherwise

parent

GObject.TypeInterface

r

the parent type

Methods

None

Details

class GData.CommentableInterface

The interface structure for the GData.Commentable interface.

New in version 0.10.0.