~cdemu/cdemu/master

Viewing all changes in revision 1824.

  • Committer: Rok Mandeljc
  • Date: 2020-11-13 21:37:29 UTC
  • Revision ID: git-v1:e40be13c3a369d3877f2a226d25ebab2658fe9cf
libMirage: MirageWriter: disambiguate open_image() method

The mirage_writer_open_image() method overlaps with the virtual
open_image() method provided by the children classes, and the
arguments between the two differ - the virtual method does not
take parameters hash table, because that's handled in the
mirage_writer_open_image(). This may confuse introspection-generated
bindings, so we should disambiguate the two, by renaming the virtual
method to open_image_impl().

Fixes the warning about conflicting method with the same name when
building VAPI file for Vala bindings.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: