function typedef GskDbhConnectCallback

void (*GskDbhConnectCallback)
                (GskDbh        *                dbh,
                 gboolean                       success,
                 gpointer                       callback_data)
Signature for gsk_dbh_connect () callbacks.

Parameters:

dbh

The (possibly) connected database handle. The handle is automatically referenced for the duration of the callback, thus, to destroy the handle after the callback returns do nothing (to preserve it, hold a reference to it).

success

Whether or not connection was successful.

callback_data

Additional data passed through unmodified.