Class
PapersViewJobLoad
Description [src]
class PapersView.JobLoad : PapersView.Job
{
gchar* uri,
int fd,
char* mime_type,
gchar* password,
GPasswordSave password_save,
PpsDocumentLoadFlags flags,
PpsDocument* loaded_document
}
A job class to load an PpsDocument
Supports loading in different forms depending on the options being set.
Instance methods
pps_job_load_set_fd
Sets fd
as the file descriptor in job
. If duplicating fd
fails,
returns FALSE
with error
filled in.
since: 46.0
pps_job_load_set_uri
It is an error to call this function if the file descriptor is set for the job.
pps_job_load_take_fd
Sets fd
as the file descriptor in job
.
Note that job
takes ownership of fd
; you must not do anything
with it afterwards.
since: 46.0
Methods inherited from PpsJob (12)
pps_job_cancel
No description available.
pps_job_failed
No description available.
pps_job_failed_from_error
No description available.
pps_job_get_cancellable
No description available.
pps_job_get_document
No description available.
pps_job_is_finished
No description available.
pps_job_is_succeeded
No description available.
pps_job_reset
No description available.
pps_job_run
No description available.
pps_job_scheduler_push_job
No description available.
pps_job_scheduler_update_job
No description available.
pps_job_succeeded
No description available.
Properties
Properties inherited from PpsJob (1)
Signals
Signals inherited from PpsJob (2)
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.