module Watch:sig..end
type flags =
| |
Readable |
| |
Writable |
val get_unix_fd : DBus.watch -> Unix.file_descrval get_enabled : DBus.watch -> boolval get_flags : DBus.watch -> flags listval handle : DBus.watch -> flags list -> unit