#include <gimp-print/gimp-print.h>
#include "gimp-print-internal.h"
#include <gimp-print/gimp-print-intl-internal.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void | free_list_element (void *item) |
const char * | namefunc (const void *item) |
void * | copyfunc (const void *item) |
const char * | long_namefunc (const void *item) |
stp_string_list_t * | stp_string_list_create (void) |
void | stp_string_list_destroy (stp_string_list_t *list) |
stp_param_string_t * | stp_string_list_param (const stp_string_list_t *list, size_t element) |
stp_param_string_t * | stp_string_list_find (const stp_string_list_t *list, const char *name) |
size_t | stp_string_list_count (const stp_string_list_t *list) |
stp_string_list_t * | stp_string_list_create_copy (const stp_string_list_t *list) |
stp_string_list_t * | stp_string_list_create_from_params (const stp_param_string_t *list, size_t count) |
void | stp_string_list_add_string (stp_string_list_t *list, const char *name, const char *text) |
void | stp_string_list_remove_string (stp_string_list_t *list, const char *name) |
int | stp_string_list_is_present (const stp_string_list_t *list, const char *value) |
|
Definition at line 49 of file string-list.c. References stp_param_string_t::name, stp_malloc(), stp_strdup(), and stp_param_string_t::text. |
|
Definition at line 33 of file string-list.c. References stp_param_string_t::name, stp_free(), and stp_param_string_t::text. Referenced by stp_string_list_create(). |
|
Definition at line 59 of file string-list.c. References stp_param_string_t::text. |
|
Definition at line 42 of file string-list.c. References stp_param_string_t::name. |
|
Definition at line 120 of file string-list.c. References stp_param_string_t::name, stp_list_item_create(), stp_list_t, stp_malloc(), stp_strdup(), stp_string_list_t, and stp_param_string_t::text. Referenced by escp2_parameters(), olympus_parameters(), ps_parameters_internal(), raw_parameters(), stp_dither_describe_parameter(), stp_string_list_create_from_params(), stpi_color_traditional_describe_parameter(), and stpi_describe_generic_parameter(). |
|
Definition at line 97 of file string-list.c. References stp_list_get_length(), stp_list_t, and stp_string_list_t. Referenced by ps_parameters_internal(), and verify_string_param(). |
|
|
Definition at line 103 of file string-list.c. References stp_list_copy(), stp_list_t, and stp_string_list_t. |
|
Definition at line 109 of file string-list.c. References stp_string_list_add_string(), stp_string_list_create(), and stp_string_list_t. |
|
Definition at line 77 of file string-list.c. References stp_list_destroy(), stp_list_t, and stp_string_list_t. Referenced by stp_parameter_description_destroy(). |
|
Definition at line 90 of file string-list.c. References stp_list_get_item_by_name(), stp_list_item_get_data(), stp_list_t, and stp_string_list_t. |
|
Definition at line 141 of file string-list.c. References stp_list_get_item_by_name(), stp_list_t, and stp_string_list_t. |
|
Definition at line 83 of file string-list.c. References stp_list_get_item_by_index(), stp_list_item_get_data(), stp_list_t, and stp_string_list_t. Referenced by escp2_parameters(), olympus_parameters(), ps_parameters_internal(), raw_parameters(), stp_dither_describe_parameter(), stpi_color_traditional_describe_parameter(), and verify_string_param(). |
|
Definition at line 131 of file string-list.c. References stp_list_get_item_by_name(), stp_list_item_destroy(), stp_list_item_t, stp_list_t, and stp_string_list_t. |