Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstSearchMode |
Enum : | SearchMode |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.SearchMode.AFTER : 2
|
|
Number Gst.SearchMode.BEFORE : 1
|
|
Number Gst.SearchMode.EXACT : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst
Method |
Gst.util_array_binary_search
(void* array, Number num_elements, Number element_size, Function search_func, SearchMode mode, void* search_data, void* user_data)
:
void*
Searches inside array for search_data by using the comparison function As search_data is always passed as second argument to search_func it's not required that search_data has the same type as the array elements.
|