# frozen_string_literal: true

module GObjectIntrospection
  # Wraps a GIEnumInfo struct, if it represents a flag type.
  class IFlagsInfo < IEnumInfo
  end
end
