cpdb-sys 0.1.0

Low-level FFI bindings for OpenPrinting cpdb-libs (Common Print Dialog Backends). See cpdb-rs for the high-level API.
Documentation
1
2
3
4
5
6
7
8
#ifndef WRAPPER_H
#define WRAPPER_H

#include <glib.h>
#include <glib-object.h> 
#include <cpdb/cpdb.h>
#include <cpdb/cpdb-frontend.h> 
#include <cpdb/backend.h> 
#endif // WRAPPER_H