Home | Trees | Indices | Help |
---|
|
|
|||
|
|
|||
NativeMainLoop Object representing D-Bus main loop integration done in native code. Cannot be instantiated directly. |
|
|||
NULL_MAIN_LOOP = _dbus_bindings.NULL_MAIN_LOOP A null mainloop which doesn't actually do anything. |
|||
WATCH_READABLE = 1 Represents a file descriptor becoming readable. Used to implement file descriptor watches. |
|||
WATCH_WRITABLE = 2 Represents a file descriptor becoming readable. Used to implement file descriptor watches. |
|||
WATCH_HANGUP = 8 Represents a file descriptor reaching end-of-file. Used to implement file descriptor watches. |
|||
WATCH_ERROR = 4 Represents an error condition on a file descriptor. Used to implement file descriptor watches. |
|||
__package__ =
|
|
NULL_MAIN_LOOPA null mainloop which doesn't actually do anything. For advanced users who want to dispatch events by hand. This is almost certainly a bad idea - if in doubt, use the GLib main loop found in dbus.mainloop.glib.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Feb 26 08:01:14 2016 | http://epydoc.sourceforge.net |