function gsk_dbi_data_source_new_remote

GskDbiDataSource * gsk_dbi_data_source_new_remote
                (GtkType                        driver_type,
                 GskSocketLocation      *       remote,
                 const gchar            *       database)
Create a new socket address data source.

Parameters:

driver_type

The exact type of the database handle to use for the source.

remote

The location of the socket to connect to.

database

The database to initially use with the data source.