Method

IdeContextcache_filename

Declaration

gchar*
ide_context_cache_filename (
  IdeContext* self,
  ...
)

Description

Creates a new filename that will be located in the projects cache directory. This makes it convenient to remove files when a project is deleted as all cache files will share a unified parent directory.

The file will be located in a directory similar to ~/.cache/gnome-builder/project_name. This may change based on the value of g_get_user_cache_dir().

This method is not directly available to language bindings.

Parameters

...

Type: 

No description available.

Return value

Type: gchar*

A new string containing the cache filename.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.