diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-06-12 15:43:17 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-06-12 15:43:17 +0200 |
commit | 066cf5144595638b8e70b97add195c7e648ecca3 (patch) | |
tree | 2cf539e2f970a81fd6abb0a5cf33732a6421a5e4 /docs | |
parent | 3d2d8f5984a5bb9443d9904be8e4d2e4bd94991a (diff) |
uterm: vt: add uterm_vt_get_num() helper
This helper returns the VT-number for the given VT if, and only if, it
is a real VT. In all other cases 0 is returned.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sym/libuterm.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sym/libuterm.sym b/docs/sym/libuterm.sym index 5fd8fd3..371d37c 100644 --- a/docs/sym/libuterm.sym +++ b/docs/sym/libuterm.sym @@ -55,6 +55,7 @@ global: uterm_vt_deactivate; uterm_vt_retry; uterm_vt_get_type; + uterm_vt_get_num; uterm_dpms_to_name; uterm_video_available; |