Commentable
Object Hierarchy:
Description:
[
CCode ( type_cname =
"GDataCommentableInterface" , type_id =
"gdata_commentable_get_type ()" ) ]
[
Version ( since =
"0.10.0" ) ]
public interface Commentable :
Entry
All the fields in the Commentable structure are private and should never be accessed directly
All known implementing classes:
Content:
Methods:
- public bool delete_comment (Service service, Comment comment_, Cancellable? cancellable = null) throws Error
Deletes comment
from the Commentable
.
- public async bool delete_comment_async (Service service, Comment comment_, Cancellable? cancellable) throws Error
Deletes comment
from the Commentable
.
- public abstract string get_insert_comment_uri (Comment comment)
- public abstract string get_query_comments_uri ()
- public Comment? insert_comment (Service service, Comment comment_, Cancellable? cancellable = null) throws Error
Adds comment
to the Commentable.
- public async Comment? insert_comment_async (Service service, Comment comment_, Cancellable? cancellable) throws Error
Adds comment
to the Commentable.
- public abstract bool is_comment_deletable (Comment comment)
- public Feed? query_comments (Service service, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Retrieves a Feed
containing the Comments representing the comments on the
Commentable which match the given query
.
- public async Feed? query_comments_async (Service service, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback) throws Error
Retrieves a Feed
containing the Comments representing the comments on the
Commentable which match the given query
.
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object