Method
CamelStoreSummarysort
since: 3.24
Declaration [src]
void
camel_store_summary_sort (
CamelStoreSummary* summary,
GCompareDataFunc compare_func,
gpointer user_data
)
Parameters
compare_func-
Type:
GCompareDataFuncA compare function.
user_data-
Type:
gpointerUser data passed to the
compare_func.The argument can be NULL.The data is owned by the caller of the method.