Update to Blorb protocol 1.5
[projects/chimara/chimara.git] / libchimara / doc.c
index ab842bbdf3c1022af06afc322ce80b6574482c01..c45859f7b5cb7e8535ed8aa3807158cc0d7bdad1 100644 (file)
  *   but it can also contain raw data files, which are accessed by
  *   glk_stream_open_resource() and glk_stream_open_resource_uni(). A data file
  *   is identified by number, not by a filename. The Blorb usage field will be
- *   <code>'Data'</code>. The chunk type will be <code>'TEXT'</code> for text
- *   resources, <code>'BINA'</code> for binary resources.
+ *   <code>'Data'</code>. The chunk type will be %giblorb_ID_TEXT for text
+ *   resources, %giblorb_ID_BINA for binary resources.
  * </para></note>
  *
  * <note><para>
  * Resource usage constant representing an image file.
  */
 
+/**
+ * giblorb_ID_Data:
+ *
+ * Resource usage constant representing a data file.
+ */
+
 /**
  * giblorb_ID_Copyright:
  *
  * Resource usage constant representing any textual annotation that the user or 
  * writing program sees fit to include.
  */ 
+
+/**
+ * giblorb_ID_TEXT:
+ *
+ * Resource usage constant representing a text data file.
+ */
+
+/**
+ * giblorb_ID_BINA:
+ *
+ * Resource usage constant representing a binary data file.
+ */
+
 /**
  * giblorb_map_t:
  *