API Version: 41.0
Library Version: 41.0
void file_loaded ( IdeBufferAddin* self, IdeBuffer* buffer, GFile* file )
This function is called for an addin after a file has been loaded from disk.
It is not guaranteed that this function will be called for addins that were loaded after the buffer already loaded a file.
buffer
IdeBuffer
An IdeBuffer.
file
GFile
A GFile.