Method

DevhelpLinkget_uri

Declaration [src]

gchar*
dh_link_get_uri (
  DhLink* link
)

Description [src]

Gets the link URI, by concateneting the book base path with the link relative URL.

Return value

Returns: gchar*
 

The link URI, or NULL if getting the URI failed. Free with g_free() when no longer needed.

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