Function
GntTreeSearchFunc
Declaration
gboolean
(* GntTreeSearchFunc) (
GntTree* tree,
gpointer key,
const gchar* search,
const gchar* current
)
Parameters
tree-
Type:
GntTreeThe tree being searched.
The data is owned by the caller of the function. key-
Type:
gpointerThe key of a row.
The argument can be NULL.The data is owned by the caller of the function. search-
Type:
const gchar*The search string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. current-
Type:
const gchar*The content of row in the search column.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.