Signal

RBExtDB::load

Declaration

gpointer
load (
  RBExtDB* self,
  const GValue* data,
  gpointer user_data
)

Description [src]

Emitted when loading a metadata item from a local file or from a URI.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

data

Type: GValue

The data being loaded.

The data is owned by the caller of the function.

Return value

Type: gpointer

Converted value.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.