Class: RubyQt6::QtDBus::QDBusAbstractInterface

Inherits:
RubyQt6::QtCore::QObject
  • Object
show all
Defined in:
lib/qt6/qtdbus/qdbusabstractinterface.rb

Overview

Instance Method Summary collapse

Constructor Details

#initialize(service, path, interface, connection, parent = nil) ⇒ QDBusAbstractInterface

Parameters:

  • service (String, QString)
  • path (String, QString)
  • interface (String)
  • connection (QDBusConnection)
  • parent (QObject) (defaults to: nil)


17
18
19
20
# File 'lib/qt6/qtdbus/qdbusabstractinterface.rb', line 17

def initialize(service, path, interface, connection, parent = nil)
  _initialize(T.to_qstr(service), T.to_qstr(path), interface, connection, parent)
  _take_ownership_from_ruby(self)
end