Method

IdeTaskCacheget_values

Declaration

GPtrArray*
ide_task_cache_get_values (
  IdeTaskCache* self
)

Description

Gets all the values in the cache.

The caller owns the resulting GPtrArray, which itself owns a reference to the children.

This method is not directly available to language bindings.

Return value

Type: An array of gpointer

The values.

The caller of the method takes ownership of the data container, but not the data inside it.