X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffileref.h;h=0ee0c47807fa0e597ae55184ed8362a87a731741;hb=904fed6618b22e84597efd60c3784e57d44f3ef1;hp=6dcefeddf693d6ac11ba6e60e1c0803c3309ad15;hpb=16a17e66c632c5f0a654a3999b57eeb61730a473;p=projects%2Fchimara%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 */