[ Version ( since = "0.2.0" ) ]
public List<Media> browse_sync (Media? container, List<KeyID> keys, OperationOptions options) throws Error
Browse media elements through an available list.
This method is synchronous.
this |
a source |
container |
a container of data transfer objects |
keys |
the List of KeyID<!-- -->s to request |
options |
options wanted for that operation |
a List with Media elements. After use unref every element and g_list_free the list. |