summaryrefslogtreecommitdiffstats
path: root/pyconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'pyconstants.h')
-rw-r--r--pyconstants.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyconstants.h b/pyconstants.h
index 4cf6407..e196236 100644
--- a/pyconstants.h
+++ b/pyconstants.h
@@ -1,6 +1,9 @@
static PY_CONSTANT_REC py_constants[] = {
- {"INPUT_READ", INPUT_READ},
- {"INPUT_WRITE", 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_GNOME},
{"IRSSI_GUI_GTK", IRSSI_GUI_GTK},
{"IRSSI_GUI_KDE", IRSSI_GUI_KDE},