Module notify :: Class NotificationResponseManager
[hide private]
[frames] | no frames]

Class NotificationResponseManager

source code

Collect references to pending DesktopNotifications and manages there signalling. This is necessary due to a bug in DBus where you can't remove a signal from an interface once it's connected
Instance Methods [hide private]
 
__init__(self) source code
 
attach_to_interface(self) source code
 
on_action_invoked(self, id_, reason) source code
 
on_closed(self, id_, reason=None) source code
 
add_pending(self, id_, object_) source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 

attach_to_interface(self)

source code 

on_action_invoked(self, id_, reason)

source code 

on_closed(self, id_, reason=None)

source code 

add_pending(self, id_, object_)

source code