Method
GrlRegistryget_sources_by_operations
since: 0.2.0
Declaration [src]
GList*
grl_registry_get_sources_by_operations (
GrlRegistry* registry,
GrlSupportedOps ops,
gboolean ranked
)
Description [src]
Give an array of all the available sources in the registry
capable of
perform the operations requested in ops
.
If ranked
is TRUE
, the source list will be ordered by rank.
Available since: 0.2.0
Parameters
ops
-
Type:
GrlSupportedOps
A bitwise mangle of the requested operations.
ranked
-
Type:
gboolean
Whether the returned list shall be returned ordered by rank.