Class: RubyQt6::QtDBus::QDBusServiceWatcher
- Inherits:
-
RubyQt6::QtCore::QObject
- Object
- RubyQt6::QtCore::QObject
- RubyQt6::QtDBus::QDBusServiceWatcher
- Defined in:
- lib/qt6/qtdbus/qdbusservicewatcher.rb
Overview
Defined Under Namespace
Classes: WatchMode, WatchModeFlag
Instance Method Summary collapse
- #initialize(parent = nil) ⇒ QDBusServiceWatcher constructor
Constructor Details
#initialize(parent = nil) ⇒ QDBusServiceWatcher
24 25 26 27 |
# File 'lib/qt6/qtdbus/qdbusservicewatcher.rb', line 24 def initialize(parent = nil) _initialize(parent) _take_ownership_from_ruby(self) end |