DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gimpprint.info.gz) Options functions

Info Catalog (gimpprint.info.gz) Dither functions (gimpprint.info.gz) Functions (gimpprint.info.gz) Paper functions
 
 Options functions
 =================
 
  - Data type: void * stp_option_t
      This is an opaque data type, whose structure is not visible to the
      user.
 
  - Function: void stp_set_option(stp_vars_t V, const char *NAME, const
           char *DATA, int BYTES)
 
  - Function: void stp_clear_option (stp_vars_t V, const char *NAME)
 
  - Function: void stp_clear_all_options (stp_vars_t V)
 
  - Function: size_t stp_option_count (const stp_vars_t V)
 
  - Function: const stp_option_t stp_get_option_by_index (const
           stp_vars_t V, size_t IDX)
 
  - Function: const stp_option_t stp_get_option_by_name (const
           stp_vars_t V, const char *NAME)
 
  - Function: const char * stp_option_data (const stp_option_t OPTION)
 
  - Function: const char * stp_option_name (const stp_option_t OPTION)
 
  - Function: size_t stp_option_length (const stp_option_t OPTION)
 
Info Catalog (gimpprint.info.gz) Dither functions (gimpprint.info.gz) Functions (gimpprint.info.gz) Paper functions
automatically generated byinfo2html