File: tickit_term_set_input_fd.3

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (23 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH TICKIT_TERM_SET_INPUT_FD 3
.SH NAME
tickit_term_set_input_fd, tickit_term_get_input_fd \- manage terminal input
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "void tickit_term_set_input_fd(TickitTerm *" tt ", int " fd );
.BI "int tickit_term_get_input_fd(TickitTerm *" tt );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_term_set_input_fd\fP() is discouraged and should not be used by applications. See instead the \fIopen\fP and \fIinput_fd\fP fields of the \fBTickitTermBuilder\fP struct to \fBtickit_term_build\fP(3).
.PP
\fBtickit_term_get_input_fd\fP() returns the currently associated input file descriptor, or -1 if none has been set.
.SH "RETURN VALUE"
\fBtickit_term_get_input_fd\fP() returns a file descriptor or -1.
.SH "SEE ALSO"
.BR tickit_term_build (3),
.BR tickit_term_bind_event (3),
.BR tickit_term (7),
.BR tickit (7)