~cdemu/cdemu/master

« back to all changes in this revision

Viewing changes to libmirage/mirage/parser.c

  • Committer: Rok Mandeljc
  • Date: 2020-11-13 21:29:16 UTC
  • Revision ID: git-v1:16a0200f2072eeebcbadce79d75b760dd7f462f7
libMirage: docs: fix missing link warnings

By fixing the referenced enum names, which need to be singular,
not plural.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
 * need to do it via mirage_disc_set_medium_type(). It is meant to be used in
179
179
 * simple parsers whose image files don't provide medium type information.
180
180
 *
181
 
 * Returns: a value from #MirageMediumTypes, according to the guessed medium type.
 
181
 * Returns: a value from #MirageMediumType, according to the guessed medium type.
182
182
 */
183
183
gint mirage_parser_guess_medium_type (MirageParser *self, MirageDisc *disc)
184
184
{