get_tags
Description:
public List<unowned string> get_tags ()
Get list of tags specified for the Service.
If the service has not defined tags, tags from the service type will be returned.
Parameters:
Returns:
List of tags for this. The list must be freed with
g_list_free. Entries are owned by the Service type and must
not be free'd.
|