Package: gio

Function gio:list-store-find-with-equal-func

Lambda List

gio:list-store-find-with-equal-func (store item func)

Arguments

store -- a g:list-store object
item -- a g:object object
func -- a g:equal-func-full callback function

Return Value

The unsigned integer with the first position of the item, if it was found, otherwise nil.

Details

Looks up the given item in the list store by looping over the items and comparing them with the func callback function until the first occurrence of item which matches. If the item was not found, this method will return false.

Since 2.74
 

See also

2024-3-31