Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.SearchMode

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstSearchMode
Enum : SearchMode
  Show / Hide Inherited methods, properties and signals
The different search modes.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)