Method

IdeBufferAddinfile_saved

Declaration

void
ide_buffer_addin_file_saved (
  IdeBufferAddin* self,
  IdeBuffer* buffer,
  GFile* file
)

Description

This function is called for an addin after a file has been saved to disk.

Parameters

buffer

Type: IdeBuffer

An IdeBuffer.

The data is owned by the caller of the method.
file

Type: GFile

A GFile.

The data is owned by the caller of the method.