Top |
Object Hierarchy
GObject ╰── GDataParsable ╰── GDataEntry ╰── GDataComment ╰── GDataPicasaWebComment
Description
GDataPicasaWebComment is a subclass of GDataComment to represent a comment on a GDataPicasaWebFile. It is returned by the GDataCommentable interface implementation on GDataPicasaWebFile.
It's possible to query for, add and delete GDataPicasaWebComments from GDataPicasaWebFiles.
Functions
gdata_picasaweb_comment_new ()
GDataPicasaWebComment *
gdata_picasaweb_comment_new (const gchar *id
);
Creates a new GDataPicasaWebComment with the given ID and default properties.
Since: 0.10.0
Types and Values
GDataPicasaWebComment
typedef struct _GDataPicasaWebComment GDataPicasaWebComment;
All the fields in the GDataPicasaWebComment structure are private and should never be accessed directly.
Since: 0.10.0
GDataPicasaWebCommentClass
typedef struct { } GDataPicasaWebCommentClass;
All the fields in the GDataPicasaWebCommentClass structure are private and should never be accessed directly.
Since: 0.10.0