Method

IdeBufferManagerhas_file

Declaration

gboolean
ide_buffer_manager_has_file (
  IdeBufferManager* self,
  GFile* file
)

Description

Checks to see if a buffer has been loaded which contains the contents of file.

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if a buffer exists for file.