Module DBus.Watch

module Watch: sig .. end

type flags = 
| Readable
| Writable
val get_unix_fd : DBus.watch -> Unix.file_descr
val get_enabled : DBus.watch -> bool
val get_flags : DBus.watch -> flags list
val handle : DBus.watch -> flags list -> unit