示例#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])