X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffileref.h;h=0ee0c47807fa0e597ae55184ed8362a87a731741;hb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830;hp=6dcefeddf693d6ac11ba6e60e1c0803c3309ad15;hpb=db0f0fc8ee25926da8d34b826a3fc80d6186adbb;p=rodin%2Fchimara.git diff --git a/src/fileref.h b/src/fileref.h index 6dcefed..0ee0c47 100644 --- a/src/fileref.h +++ b/src/fileref.h @@ -4,8 +4,15 @@ #include #include "glk.h" +/** + * glk_fileref_struct: + * + * This is an opaque structure (see + * Opaque Structures and should not be accessed directly. + */ struct glk_fileref_struct { + /*< private >*/ glui32 rock; /* Pointer to the list node in the global fileref list that contains this fileref */