Job

Job

Functions

void job_free ()
void jobs_free ()

Types and Values

struct Job
enum JobState

Includes

#include <libxfprint/libxfprint.h>

Description

Functions

job_free ()

void
job_free (Job *job);

jobs_free ()

void
jobs_free (GList *jobs);

Types and Values

struct Job

struct Job {
  gchar *name;
  guint id;
  gchar *user;
  JobState state;
  guint size;
  guint priority;
  gchar *creation_time;
  gchar *processing_time;
};

enum JobState

Members

JOB_STATE_PENDING

   

JOB_STATE_PRINTING