Brought all the Gtk-Doc documentation up to date with where we are so far.
[rodin/chimara.git] / libchimara / strio.c
index a33f13f7f53413e41037e3d41dcf90e0c1d79a36..4d410cdfbaa344c61cf772b841a506bda7ea7c7b 100644 (file)
@@ -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