예제 #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])