a page ID, i.e. the filename without its extension.
Gets the link
URI, by concateneting the book base path with the link
relative URL.
Sets the flags of the link.
the new flags of the link.
Decreases the reference count of link
.
Not thread-safe.
This function permits to know if
link
belongs to a certain page.page_id
is usually the HTML filename without the.html
extension. More generally,page_id
must be a relative URL (relative to the book base path), without the anchor nor the file extension.For example if
link
has the relative URL"DhLink.html#dh-link-ref"
, then this function will return %TRUE if thepage_id
is"DhLink"
.