Class
PapersViewJob
Functions
pps_job_scheduler_wait
Synchronously waits until all jobs are done. Remember that main loop is not running already probably.
Instance methods
pps_job_failed_from_error
Marks the specified job as failed and sets the error associated with the failure.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct PapersViewJobClass {
  GObjectClass parent_class;
  gboolean (* run) (
    PpsJob* job
  );
  void (* cancelled) (
    PpsJob* job
  );
  void (* finished) (
    PpsJob* job
  );
  
}No description available.
Class members
- parent_class: GObjectClass
- No description available. 
- run: gboolean (* run) ( PpsJob* job )
- No description available. 
- cancelled: void (* cancelled) ( PpsJob* job )
- No description available. 
- finished: void (* finished) ( PpsJob* job )
- No description available.