Signal

IdeDirectoryReaper::remove-file

Declaration

void
remove_file (
  IdeDirectoryReaper* self,
  GioFile* file,
  gpointer user_data
)

Description

The “remove-file” signal is emitted for each file that is removed by the IdeDirectoryReaper instance. This may be useful if you want to show the user what was processed by the reaper.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the function.