Method
CamelStoreSearchItemget_additional_value
unstable since: 3.58
Declaration [src]
const gchar*
camel_store_search_item_get_additional_value (
CamelStoreSearchItem* self,
guint32 index
)
Description [src]
Gets value of an additional column of an index index, which
should be less than camel_store_search_item_get_n_additional_values().
The order corresponds to the camel_store_search_get_additional_columns().
Asking for an index which out of bounds returns NULL.
Note the actual read value can be also NULL.
Available since: 3.58