add_category
Description:
public void add_category (
Category category)
Adds category
to the list of categories in the given Entry, and increments
its reference count.
Duplicate categories will not be added to the list.
Parameters:
this |
a Entry
|
category |
a Category to add
|