X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstream.h;h=80df9c93e8b6ebfeb7bf3b18ae8c5b639bd0cf01;hb=f4dde3bc7531f005ea8589ed0df7d2c75a156a71;hp=04134f5807f307b592adc5779eaca1208743bc00;hpb=5d71044dd816436be6c5d7a93bc87e53c94d9f31;p=projects%2Fchimara%2Fchimara.git diff --git a/src/stream.h b/src/stream.h index 04134f5..80df9c9 100644 --- a/src/stream.h +++ b/src/stream.h @@ -12,9 +12,16 @@ enum StreamType STREAM_TYPE_FILE }; +/** + * glk_stream_struct: + * + * This is an opaque structure (see + * Opaque Structures and should not be accessed directly. + */ struct glk_stream_struct { - glui32 rock; + /*< private >*/ + glui32 magic, rock; /* Pointer to the list node in the global stream list that contains this stream */ GList* stream_list;