File: pconf_detect_printer.3

package info (click to toggle)
libprinterconf 0.5-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 860 kB
  • ctags: 156
  • sloc: sh: 7,381; ansic: 816; cpp: 167; makefile: 83
file content (38 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
.TH "pconf_detect_printer" 3 "12 April 2000" "c2man printerconf.h"
.SH "NAME"
pconf_detect_printer \- Return array of strings containing printer specific information.
.SH "SYNOPSIS"
.ft B
#include <printerconf.h>
.sp
char **pconf_detect_printer
.br
(
.br
	int dettype,
.br
	char *detinfo
.br
);
.ft R
.SH "PARAMETERS"
.TP
.B "int dettype"
Not Documented.
.TP
.B "char *detinfo"
Not Documented.
.SH "DESCRIPTION"
Return an array of strings with semi-colon-separated printer
specific information.

For a parallel port printer, this would be: "port=p;model=m".

For a network printer it is: "printer=hostaddr;vendor=v;model=m".
.SH "SEE ALSO"
pconf_get_detection_methods(3),
pconf_autodetect_pport(3),
pconf_read_xref_file(3),
pconf_find_xref_by_id(3)