function gsk_dbi_data_source_new_unix_domain

GskDbiDataSource * gsk_dbi_data_source_new_unix_domain
                (GtkType                        driver_type,
                 const gchar   *                unix_socket,
                 const gchar   *                database)
Create a new unix domain data source.

Parameters:

driver_type

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

unix_socket

The path of the unix domain socket to connect to.

database

The database to initially use with the data source.