GData.PicasaWebComment

g GData.Comment GData.Comment GData.PicasaWebComment GData.PicasaWebComment GData.Comment->GData.PicasaWebComment GData.Entry GData.Entry GData.Entry->GData.Comment GData.Parsable GData.Parsable GData.Parsable->GData.Entry GObject.Object GObject.Object GObject.Object->GData.Parsable

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new (id)

Virtual Methods

Inherited:

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

Properties

Inherited:

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

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GData.Comment

r

Class Details

class GData.PicasaWebComment(**kwargs)
Bases:

GData.Comment

Abstract:

No

Structure:

GData.PicasaWebCommentClass

All the fields in the GData.PicasaWebComment structure are private and should never be accessed directly.

New in version 0.10.0.

classmethod new(id)
Parameters:

id (str) – the comment’s ID, or None

Returns:

a new GData.PicasaWebComment; unref with GObject.Object.unref()

Return type:

GData.PicasaWebComment

Creates a new GData.PicasaWebComment with the given ID and default properties.

New in version 0.10.0.