GData.YouTubeComment¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
The URI of the parent comment to this one. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class GData.YouTubeComment(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.YouTubeCommentstructure are private and should never be accessed directly.New in version 0.10.0.
- classmethod new(id)¶
- Parameters:
- Returns:
a new
GData.YouTubeComment; unref withGObject.Object.unref()- Return type:
Creates a new
GData.YouTubeCommentwith the given ID and default properties.New in version 0.10.0.
- get_parent_comment_uri()¶
-
Gets the
GData.YouTubeComment:parent-comment-uriproperty.New in version 0.10.0.
- set_parent_comment_uri(parent_comment_uri)¶
-
Sets the
GData.YouTubeComment:parent-comment-uriproperty to parent_comment_uri.Set parent_comment_uri to
Noneto unset theGData.YouTubeComment:parent-comment-uriproperty in the comment (i.e. make the comment a top-level comment).See the online documentation for more information.
New in version 0.10.0.
Property Details¶
- GData.YouTubeComment.props.parent_comment_uri¶
-
The URI of the parent comment to this one, or
Noneif this comment is a top-level comment.See the documentation for
GData.YouTubeCommentfor an explanation of the semantics of parent comment URIs.New in version 0.10.0.