X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstrio.c;h=4d410cdfbaa344c61cf772b841a506bda7ea7c7b;hb=6478a4f44526dde5ec7b1090d97b2255ed2879a1;hp=a33f13f7f53413e41037e3d41dcf90e0c1d79a36;hpb=e887e681be593844f5b785cab709d6c5a63f175f;p=rodin%2Fchimara.git diff --git a/libchimara/strio.c b/libchimara/strio.c index a33f13f..4d410cd 100644 --- a/libchimara/strio.c +++ b/libchimara/strio.c @@ -1109,7 +1109,7 @@ glk_stream_get_position(strid_t str) * glk_stream_set_position: * @str: A file or memory stream. * @pos: The position to set the mark to, relative to @seekmode. - * @seekmode: One of #seekmode_Start, #seekmode_Current, or #seekmode_End. + * @seekmode: One of %seekmode_Start, %seekmode_Current, or %seekmode_End. * * Sets the position of the read/write mark in @str. The position is controlled * by @pos, and the meaning of @pos is controlled by @seekmode. See the