Resolve the possible use of negative value (detected by coverity tool)
[platform/upstream/at-spi2-core.git] / idl / listener.didl
1
2 interface org.freestandards.atspi.DeviceEventListener {
3
4         method NotifyEvent {
5                 DeviceEvent event;
6         } reply {
7                 boolean success;
8         }
9 }