package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Entry : sig ... end
module Feed : GdataAtom.Feed with type entry_t = Entry.t and type link_t = link_t
type t = {
  1. countHint : int;
  2. href : string;
  3. readOnly : bool;
  4. rel : string;
  5. commentFeed : Feed.t;
}
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