Method

GomDriverdup_uri

Declaration

char*
gom_driver_dup_uri (
  GomDriver* self
)

Description

Gets the URI of where the driver is connecting.

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.