Class

PapersViewJobFind

Description

class PapersView.JobFind : PapersView.Job
{
  gint start_page,
  gint n_pages,
  GList** pages,
  gchar* text,
  gboolean has_results,
  PpsFindOptions options
}

No description available.

Ancestors

Constructors

pps_job_find_new
No description available.

Instance methods

pps_job_find_get_n_main_results

This is similar to pps_job_find_get_n_results() but it takes care to treat any multi-line matches as being only one result.

pps_job_find_get_options
No description available.

since: 3.6

pps_job_find_get_results
No description available.

pps_job_find_has_results
No description available.

Methods inherited from PpsJob (12)
pps_job_cancel

Cancels the specified job if it has not already been cancelled.

pps_job_failed

Marks the specified job as failed and sets an error with the provided details.

pps_job_failed_from_error

Marks the specified job as failed and sets the error associated with the failure.

pps_job_get_cancellable

Retrieves the GCancellable object associated with the specified job.

pps_job_get_document

Retrieves the PpsDocument associated with the specified job.

pps_job_is_finished

Checks if the specified job has finished execution.

pps_job_is_succeeded

Determines the finish status of the specified job.

pps_job_reset

Resets the state of the specified job to its initial state.

pps_job_run

Starts or executes the specified job.

pps_job_scheduler_push_job
No description available.

pps_job_scheduler_update_job
No description available.

pps_job_succeeded

Marks the specified job as succeeded.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from PpsJob (1)
PapersView.Job:document
No description available.

Signals

PapersView.JobFind::updated
No description available.

Signals inherited from PpsJob (2)
PpsJob::cancelled
No description available.

PpsJob::finished
No description available.

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 PapersViewJobFindClass {
  PpsJobClass parent_class;
  void (* updated) (
    PpsJobFind* job,
    gint page
  );
  
}

No description available.

Class members
parent_class: PpsJobClass

No description available.

updated: void (* updated) ( PpsJobFind* job, gint page )

No description available.

Virtual methods

PapersView.JobFindClass.updated
No description available.