Module flumotion.twisted.gtk2reactor
This module provides support for Twisted to interact with the PyGTK2
mainloop.
In order to use this support, simply do the following:
| from twisted.internet import gtk2reactor
| gtk2reactor.install()
Then use twisted.internet APIs as usual. The other methods here are
not intended to be called directly.
API Stability: stable
Modified on 31 Jan 2005 by Andy Wingo <wingo at pobox.com>, so
as not to use deprecated functions.
Maintainer: Itamar
Shtull-Trauring
Function Summary |
|
install ()
Configure the twisted mainloop to be run inside the gtk mainloop. |
|
portableInstall ()
Configure the twisted mainloop to be run inside the gtk mainloop. |
Variable Summary |
builtin_function_or_method |
hasReader = __builtin__.dict.has_key |
builtin_function_or_method |
hasWriter = __builtin__.dict.has_key |
NoneType |
_simtag = None |
int |
INFLAGS = 57 |
int |
OUTFLAGS = 60 |
int |
POLL_DISCONNECTED = 56 |
dict |
reads = {<twisted.internet.default._UnixWaker instance a...
|
dict |
writes = {}
|
install()
Configure the twisted mainloop to be run inside the gtk
mainloop.
-
|
portableInstall()
Configure the twisted mainloop to be run inside the gtk
mainloop.
-
|
_simtag
-
- Type:
-
NoneType
- Value:
|
OUTFLAGS
-
- Type:
-
int
- Value:
|
POLL_DISCONNECTED
-
- Type:
-
int
- Value:
|
reads
-
- Type:
-
dict
- Value:
{<twisted.internet.default._UnixWaker instance at 0xb7f36eac>: 2}
|
|