search
Description:
[ CCode ( cname = "as_pool_search_gi" ) ]
[ Version ( since = "0.9.7" ) ]
public GenericArray<unowned Component> search (string search)
[ Version ( since = "0.9.7" ) ]
public GenericArray<unowned Component> search (string search)
Search for a list of components matching the search term.
The list will be ordered by match score.
This function fully transfers ownership of the returned container, to be used in GIR bindings.
Parameters:
this |
An instance of Pool |
search |
A search string |
Returns:
an array of the found Component objects. |