Copyright (C) 2000-2012 |
GNU Info (gimpprint.info)Options functionsOptions 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) *Note*: not null delimited! - Function: const char * stp_option_name (const stp_option_t OPTION) - Function: size_t stp_option_length (const stp_option_t OPTION) automatically generated by info2www version 1.2.2.9 |