Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

include/gimp-print/util.h File Reference

Utility functions. More...

#include <gimp-print/curve.h>
#include <gimp-print/vars.h>

Go to the source code of this file.

Defines

#define STP_DBG_LUT   0x1
#define STP_DBG_COLORFUNC   0x2
#define STP_DBG_INK   0x4
#define STP_DBG_PS   0x8
#define STP_DBG_PCL   0x10
#define STP_DBG_ESCP2   0x20
#define STP_DBG_CANON   0x40
#define STP_DBG_LEXMARK   0x80
#define STP_DBG_WEAVE_PARAMS   0x100
#define STP_DBG_ROWS   0x200
#define STP_DBG_MARK_FILE   0x400
#define STP_DBG_LIST   0x800
#define STP_DBG_MODULE   0x1000
#define STP_DBG_PATH   0x2000
#define STP_DBG_PAPER   0x4000
#define STP_DBG_PRINTERS   0x8000
#define STP_DBG_XML   0x10000
#define STP_DBG_VARS   0x20000
#define STP_DBG_OLYMPUS   0x40000
#define STP_SAFE_FREE(x)

Functions

int stp_init (void)
 Initialise libgimpprint.

const char * stp_set_output_codeset (const char *codeset)
 Set the output encoding.

stp_curve_tstp_read_and_compose_curves (const char *s1, const char *s2, stp_curve_compose_t comp)
void stp_abort (void)
void stp_prune_inactive_options (stp_vars_t *v)
void stp_zprintf (const stp_vars_t *v, const char *format,...) __attribute__((format(__printf__
void stp_zfwrite (const char *buf, size_t bytes, size_t nitems, const stp_vars_t *v)
void stp_putc (int ch, const stp_vars_t *v)
void stp_put16_le (unsigned short sh, const stp_vars_t *v)
void stp_put16_be (unsigned short sh, const stp_vars_t *v)
void stp_put32_le (unsigned int sh, const stp_vars_t *v)
void stp_put32_be (unsigned int sh, const stp_vars_t *v)
void stp_puts (const char *s, const stp_vars_t *v)
void stp_send_command (const stp_vars_t *v, const char *command, const char *format,...)
void stp_erputc (int ch)
void stp_eprintf (const stp_vars_t *v, const char *format,...) __attribute__((format(__printf__
void stp_erprintf (const char *format,...) __attribute__((format(__printf__
void stp_asprintf (char **strp, const char *format,...) __attribute__((format(__printf__
void stp_catprintf (char **strp, const char *format,...) __attribute__((format(__printf__
unsigned long stp_get_debug_level (void)
void stp_dprintf (unsigned long level, const stp_vars_t *v, const char *format,...) __attribute__((format(__printf__
void stp_deprintf (unsigned long level, const char *format,...) __attribute__((format(__printf__
void stp_init_debug_messages (stp_vars_t *v)
void stp_flush_debug_messages (stp_vars_t *v)
void * stp_malloc (size_t)
void * stp_zalloc (size_t)
void * stp_realloc (void *ptr, size_t)
void stp_free (void *ptr)
size_t stp_strlen (const char *s)
char * stp_strndup (const char *s, int n)
char * stp_strdup (const char *s)


Detailed Description

Utility functions.

Definition in file util.h.


Generated on Wed May 12 20:21:35 2004 for libgimpprint API Reference by doxygen1.2.17