get_supported_cups_options method
Implementation
ffi.Pointer<CupsOptionList> get_supported_cups_options(
ffi.Pointer<ffi.Char> printer_name,
) {
return _get_supported_cups_options(
printer_name,
);
}
ffi.Pointer<CupsOptionList> get_supported_cups_options(
ffi.Pointer<ffi.Char> printer_name,
) {
return _get_supported_cups_options(
printer_name,
);
}