コード例 #1
0
 def disconnect(self):
     PlayerEvents.disconnect(self)
コード例 #2
0
 def disconnect(self):
     PlayerEvents.disconnect(self)
     if self.timer != None:
         gobject.source_remove(self.timer)
コード例 #3
0
	def disconnect(self):
		PlayerEvents.disconnect(self)
コード例 #4
0
ファイル: mpris.py プロジェクト: marcel-dancak/lyrics-applet
	def disconnect(self):
		PlayerEvents.disconnect(self)
		if self.timer != None:
			gobject.source_remove(self.timer)