Includes
#include <libxfprint/libxfprint.h>
Functions
printer_free ()
void
printer_free (Printer *printer
);
printers_free ()
void
printers_free (GList *printers
);
printer_lookup_byname ()
Printer *
printer_lookup_byname (GList *list
,
const gchar *name
);
printer_lookup_byalias ()
Printer *
printer_lookup_byalias (GList *list
,
const gchar *alias
);
Types and Values
struct Printer
struct Printer {
gint type;
gchar *name;
gchar *alias;
};