manpagez: man pages & more
info gimp-print
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.4 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)

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)

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.