remove_link
Description:
[
Version ( since =
"0.10.0" ) ]
public bool remove_link (
Link _link)
Removes @_link from the list of links in the given Entry and decrements its reference count
(since the Entry held a reference to it while it was in the list).
Parameters:
| this |
a Entry
|
| _link |
a Link to remove
|
Returns:
|
true if @_link was found in the Entry and removed,
false if it was not found
|