void (*GskDbhConnectCallback) (GskDbh * dbh, gboolean success, gpointer callback_data) |
Parameters:
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).
Whether or not connection was successful.
Additional data passed through unmodified.