コード例 #1
0
ファイル: notify.py プロジェクト: jagleeso/calm
def notify_server_func(notify_socket, title, msg=None, icon=None):
    message.send_notification(notify_socket, ['notification', title, msg, icon])
コード例 #2
0
def notify_server_func(notify_socket, title, msg=None, icon=None):
    message.send_notification(notify_socket,
                              ['notification', title, msg, icon])
コード例 #3
0
ファイル: notify.py プロジェクト: jagleeso/calm
def notify_server(self, title, msg=None, icon=None):
    message.send_notification(self.notify_socket, ['notification', title, msg, icon])
コード例 #4
0
def notify_server(self, title, msg=None, icon=None):
    message.send_notification(self.notify_socket,
                              ['notification', title, msg, icon])