Method

GrlSourceremove

since: 0.2.0

Declaration [src]

void
grl_source_remove (
  GrlSource* source,
  GrlMedia* media,
  GrlSourceRemoveCb callback,
  gpointer user_data
)

Description [src]

Remove a media from the source repository.

This method is asynchronous.

Available since: 0.2.0

Parameters

media

Type: GrlMedia

A data transfer object.

The data is owned by the caller of the method.
callback

Type: GrlSourceRemoveCb

The user defined callback.

user_data

Type: gpointer

The user data to pass in the callback.

The argument can be NULL.
The data is owned by the caller of the method.