Interface PrintJob.OnPrintJobCompleteFunc

Enclosing class:
PrintJob
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PrintJob.OnPrintJobCompleteFunc
  • Method Details

    • onPrintJobCompleteFunc

      void onPrintJobCompleteFunc(CallbackHandler __self, @Nonnull PrintJob print_job, @Nullable Pointer user_data, @Nonnull Error error)
      The type of callback that is passed to gtk_print_job_send().

      It is called when the print job has been completely sent.
      Parameters:
      print_job - the `GtkPrintJob`
      user_data - user data that has been passed to gtk_print_job_send()
      error - a `GError` that contains error information if the sending of the print job failed, otherwise %NULL