Function

GrlSourceStoreCb

Declaration

void
(* GrlSourceStoreCb) (
  GrlSource* source,
  GrlMedia* media,
  GList* failed_keys,
  gpointer user_data,
  const GError* error
)

Description [src]

Prototype for the callback passed to grl_source_store_foo functions.

Parameters

source

Type: GrlSource

A source.

The data is owned by the caller of the function.
media

Type: GrlMedia

A GrlMedia transfer object.

The data is owned by the caller of the function.
failed_keys

Type: A list of None

GList of keys that could not be updated, if any.

The data is owned by the caller of the function.
user_data

Type: gpointer

User data.

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

Type: GError

Possible GError generated.

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