X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffileref.h;h=cfbdcca034b46396c9eb3bd119548a0c9ed8464f;hb=753658fb32fd78c0887e018892a0ad91b424e728;hp=6dcefeddf693d6ac11ba6e60e1c0803c3309ad15;hpb=4a8f20f28d17b8995a8770cc7ef95db3cb5212b4;p=rodin%2Fchimara.git diff --git a/src/fileref.h b/src/fileref.h index 6dcefed..cfbdcca 100644 --- a/src/fileref.h +++ b/src/fileref.h @@ -4,9 +4,16 @@ #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 { - glui32 rock; + /*< private >*/ + glui32 magic, rock; /* Pointer to the list node in the global fileref list that contains this fileref */ GList* fileref_list;