get_categories
Description:
Queries the categories of the given calendar component.
The categories are returned in the categories
argument, which, on success, will contain a comma-separated list of all categories
set in the component. Free the returned string with g_free, when no longer needed.
Parameters:
this |
A calendar component object. |
Returns:
the categories as string, or null if none are set |