Signal
GnomeAutoarExtractor::conflict
Declaration
guint
conflict (
AutoarExtractor* self,
GioFile* file,
gpointer new_file,
gpointer user_data
)
Description [src]
This signal is used to report and offer the possibility to solve name
conflicts when extracting files. If it is not handled, the file will be skipped.
| Default handler: The default handler is called after the handlers added via |
Parameters
file-
Type:
GFileA
GFilefor the file that caused a conflict.The data is owned by the caller of the function. new_file-
Type:
gpointerA
GFilefor the new destination offile.The argument can be NULL.The data is owned by the caller of the function.