Class: RubyQt6::QtDBus::QDBusServiceWatcher

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

Overview

Defined Under Namespace

Classes: WatchMode, WatchModeFlag

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ QDBusServiceWatcher

Parameters:

  • parent (QObject) (defaults to: nil)


24
25
26
27
# File 'lib/qt6/qtdbus/qdbusservicewatcher.rb', line 24

def initialize(parent = nil)
  _initialize(parent)
  _take_ownership_from_ruby(self)
end