The signals provided by the ThunarFile class ("changed", "rename", "destroy") should be moved to the ThunarxFileInfo interface, as well as the methods required to emit the signals (thunarx_file_info_changed(), etc.).
Committed with revision 19706. 2006-02-01 Benedikt Meurer <benny@xfce.org> * thunar/thunar-file.{c,h}, thunarx/thunarx-file-info.{c,h}, thunarx/thunarx.symbols: Move "changed" and "renamed" signals from ThunarFile to ThunarxFileInfo, so plugins can use these signals to stay informed about changes to files. First part of bug #1354. * docs/reference/thunarx/: Update the API documentation.