From 2ae9783809d7133d3421709630be6515e4d078e0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Dec 2005 04:55:16 +0000 Subject: [PATCH] Fix typo --- docs/reference/gdk/tmpl/input.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/gdk/tmpl/input.sgml b/docs/reference/gdk/tmpl/input.sgml index 49af128075..87e3aa2f10 100644 --- a/docs/reference/gdk/tmpl/input.sgml +++ b/docs/reference/gdk/tmpl/input.sgml @@ -57,14 +57,13 @@ an input callback will be triggered. The three members of this enumeration correspond to the @readfds, @writefds, and @exceptfds arguments to the select system call. + @GDK_INPUT_READ: the file descriptor has become available for reading. (Or, as is standard in Unix, a socket or pipe was closed at the other end; this is the case if a subsequent read on the file descriptor returns a count of zero.) - @GDK_INPUT_WRITE: the file descriptor has become available for writing. - @GDK_INPUT_EXCEPTION: an exception was raised on the file descriptor.