Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GDBusInterfaceSkeleton ╰── StoragedJobSkeleton ╰── StoragedBaseJob ╰── StoragedSimpleJob
StoragedSimpleJob * storaged_simple_job_new (StoragedDaemon *daemon
,GCancellable *cancellable
);
Creates a new StoragedSimpleJob instance.
Call storaged_simple_job_complete()
to compelte the returned job.
void storaged_simple_job_complete (StoragedSimpleJob *job
,gboolean succeess
,const gchar *message
);
Completes job
.
typedef struct _StoragedSimpleJob StoragedSimpleJob;
The StoragedSimpleJob structure contains only private data and should only be accessed using the provided API.