diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-20 04:55:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-20 04:55:16 +0000 |
commit | 2ae9783809d7133d3421709630be6515e4d078e0 (patch) | |
tree | a501fb3617ee689dde9004280574fd394b2ea315 /docs | |
parent | b5cc09905874c8ff33de6ece10a8ebeb53c09fa7 (diff) | |
download | gtk+-2ae9783809d7133d3421709630be6515e4d078e0.tar.gz |
Fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/tmpl/input.sgml | 3 |
1 files changed, 1 insertions, 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 <function>select</function> system call. +</para> @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. <!-- ##### USER_FUNCTION GdkInputFunction ##### --> |