get_supported_cups_options method

Pointer<CupsOptionList> get_supported_cups_options(
  1. Pointer<Char> printer_name
)

Implementation

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