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.YouTubeComment
structure 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.YouTubeComment
with the given ID and default properties.New in version 0.10.0.
- get_parent_comment_uri()¶
-
Gets the
GData.YouTubeComment
:parent-comment-uri
property.New in version 0.10.0.
- set_parent_comment_uri(parent_comment_uri)¶
-
Sets the
GData.YouTubeComment
:parent-comment-uri
property to parent_comment_uri.Set parent_comment_uri to
None
to unset theGData.YouTubeComment
:parent-comment-uri
property 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
None
if this comment is a top-level comment.See the documentation for
GData.YouTubeComment
for an explanation of the semantics of parent comment URIs.New in version 0.10.0.