Method

IdeBufferdup_uri

Declaration

gchar*
ide_buffer_dup_uri (
  IdeBuffer* self
)

Description

Gets the URI for the underlying file and returns a copy of it.

Return value

Type: gchar*

A new string.

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