Function
CamelDBCollate
since: 2.24
Declaration
gint
(* CamelDBCollate) (
gpointer enc,
gint length1,
gconstpointer data1,
gint length2,
gconstpointer data2
)
Parameters
enc-
Type:
gpointerA used encoding (SQLITE_UTF8).
The argument can be NULL.The data is owned by the caller of the function. length1-
Type:
gintLength of the
data1. data1-
Type:
gconstpointerThe first value, of lenth
length1.The argument can be NULL.The data is owned by the caller of the function. length2-
Type:
gintLength of the
data2. data2-
Type:
gconstpointerThe second value, of lenth
length2.The argument can be NULL.The data is owned by the caller of the function.