void gsk_dbh_connect (GskMainLoop * main_loop, GskDbiDataSource * data_source, const gchar * username, const gchar * password, GskDbhConnectCallback callback, gpointer callback_data) |
Parameters:
Main loop (execution context) for the constructed handle to use.
The datasource to connect to.
The username for authentication.
The password for authentication.
Callback to execute on completion. Note the callback is always executed, even on connection failure.
Data passed unmodified to callback.