module type Comments =sig..end
type link_t
module Entry:sig..end
module Feed:GdataAtom.Feedwith type entry_t = Entry.t and type link_t = link_t
type t = {
|
countHint : |
|
href : |
|
readOnly : |
|
rel : |
|
commentFeed : |
val empty : t
val of_xml_data_model : t ->
GdataCore.xml_data_model -> t
val to_xml_data_model : t -> GdataCore.xml_data_model list
val parse_comment_entry : GdataCore.xml_data_model -> Entry.t
val comment_entry_to_data_model : Entry.t -> GdataCore.xml_data_model