diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-07-03 06:00:18 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-07-03 06:00:18 +0000 |
| commit | 34cdeaae9369af5dce3ce3a4a7756c033bc44cc5 (patch) | |
| tree | e6d1c6e41fa734e0ac40ef5f3c68aff689631017 /constants.txt | |
| parent | a329fa4675852886ba2bbc9637cebcac882f1575 (diff) | |
| download | irssi-python-34cdeaae9369af5dce3ce3a4a7756c033bc44cc5.tar.gz irssi-python-34cdeaae9369af5dce3ce3a4a7756c033bc44cc5.tar.xz irssi-python-34cdeaae9369af5dce3ce3a4a7756c033bc44cc5.zip | |
worked on formats. working on themes now; testing adding functions and methods to objects
git-svn-id: http://svn.irssi.org/repos/irssi-python@4295 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'constants.txt')
| -rw-r--r-- | constants.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/constants.txt b/constants.txt index 3baff40..c65b779 100644 --- a/constants.txt +++ b/constants.txt @@ -1,5 +1,8 @@ -G_INPUT_READ -G_INPUT_WRITE +IO_IN G_IO_IN +IO_OUT G_IO_OUT +IO_PRI G_IO_PRI +IO_ERR G_IO_ERR +IO_HUP G_IO_HUP IRSSI_GUI_GNOME IRSSI_GUI_GTK IRSSI_GUI_KDE |
