Exemplo n.º 1
0
def notify_server_func(notify_socket, title, msg=None, icon=None):
    message.send_notification(notify_socket, ['notification', title, msg, icon])
Exemplo n.º 2
0
def notify_server_func(notify_socket, title, msg=None, icon=None):
    message.send_notification(notify_socket,
                              ['notification', title, msg, icon])
Exemplo n.º 3
0
def notify_server(self, title, msg=None, icon=None):
    message.send_notification(self.notify_socket, ['notification', title, msg, icon])
Exemplo n.º 4
0
def notify_server(self, title, msg=None, icon=None):
    message.send_notification(self.notify_socket,
                              ['notification', title, msg, icon])