Function
CoglFeatureCallback
since: 0.10
Description [src]
A callback used with cogl_foreach_feature() for enumerating all
context level features supported by Cogl.
Stability: Unstable
Available since: 0.10
Parameters
feature-
Type:
CoglFeatureIDA single feature currently supported by Cogl.
user_data-
Type:
void*A private pointer passed to cogl_foreach_feature().
The argument can be NULL.The data is owned by the caller of the function.