File: i_unresolved_info.rb

package info (click to toggle)
ruby-gir-ffi 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 924 kB
  • sloc: ruby: 6,849; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "ffi-gobject_introspection/i_base_info"

module GObjectIntrospection
  # Wraps a GIBaseInfo struct in the case where the info type is :unresolved.
  class IUnresolvedInfo < IBaseInfo
  end
end