X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffileref.h;h=cfbdcca034b46396c9eb3bd119548a0c9ed8464f;hb=91214934fbcdfd363202a65c142194506604ff7b;hp=6dcefeddf693d6ac11ba6e60e1c0803c3309ad15;hpb=898d6c1969f259fcffad8beccd5b3d5abbf9e0da;p=projects%2Fchimara%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;