/ gwscandiskinfo.h / Type definitions / Description

Type definitions



func_descr_t

Functions specification
typedef gchar * (*func_descr_t)( gchar *file_name);
Specifies the type of the value f function passed to scan_disk_info_set_scan_disk_get_file_description(). The function get the description of a file.

Parameters
file_name file name to get description


func_statment_t

Functions specification
typedef gint (*func_statment_t)( gpointer object, gfloat value);
Specifies the type of the value f function passed to scan_disk_info_set_scan_disk_set_current_statment(). The function update the statmant of the progression. It's usefull in order to update progress bar for example.

Parameters
object the object to update
value the value to increment for statment progress.