Signal
RBExtDB::request
Declaration
gboolean
request (
RBExtDB* self,
RBExtDBKey* key,
gulong last_time,
gpointer user_data
)
Description [src]
Emitted when a metadata request cannot be satisfied from the local store. Metadata providers initiate searches in response to this signal.
| Default handler: The default handler is called after the handlers added via |
Parameters
key-
Type:
RBExtDBKeyThe
RBExtDBKeythat was requested.The data is owned by the caller of the function. last_time-
Type:
gulongThe last time this item was requested.