X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fdoc.c;h=c45859f7b5cb7e8535ed8aa3807158cc0d7bdad1;hp=ab842bbdf3c1022af06afc322ce80b6574482c01;hb=cbb35cca2d0a87a664e5d72fe71dce45c3030823;hpb=79c63ee8cdce5c8355125433b8e216348e897c0b diff --git a/libchimara/doc.c b/libchimara/doc.c index ab842bb..c45859f 100644 --- a/libchimara/doc.c +++ b/libchimara/doc.c @@ -873,8 +873,8 @@ * 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 - * 'Data'. The chunk type will be 'TEXT' for text - * resources, 'BINA' for binary resources. + * 'Data'. The chunk type will be %giblorb_ID_TEXT for text + * resources, %giblorb_ID_BINA for binary resources. * * * @@ -3656,6 +3656,12 @@ * Resource usage constant representing an image file. */ +/** + * giblorb_ID_Data: + * + * Resource usage constant representing a data file. + */ + /** * giblorb_ID_Copyright: * @@ -3678,7 +3684,19 @@ * 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: *