gw_properties_box_catalog_ok
Validates the catalog properties box and closes it.
gboolean gw_properties_box_catalog_ok ( GtkWidget *b, GtkWidget *w);
This function validates the catalog properties box and closes it.
Parameters
b | invoker button |
w | main window |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_properties_box_disk_ok
Validates the disk properties box and closes it.
gboolean gw_properties_box_disk_ok ( GtkWidget *b, GtkWidget *w);
This function validates the disk properties box and closes it.
Parameters
b | invoker button |
w | main window |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_properties_box_folder_ok
Validates the folder properties box and closes it.
gboolean gw_properties_box_folder_ok ( GtkWidget *b, GtkWidget *w);
This function validates the folder properties box and closes it.
Parameters
b | invoker button |
w | main window |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_properties_box_file_ok
Validates the file properties box and closes it.
gboolean gw_properties_box_file_ok ( GtkWidget *b, GtkWidget *w);
This function validates the file properties box and closes it.
Parameters
b | invoker button |
w | main window |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_properties_box_catalog_name_check
Checks if the catalog name was changed and sets the new value.
gint gw_properties_box_catalog_name_check ( GtkWidget *w, GtkCTreeNode *node, struct catalog_file_info *catalog_info);
This function check if catalog name was changed and sets the new value.
Parameters
w | properties box |
node | node in tree of the catalog |
catalog_info | catalog file info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_catalog_description_check
Checks if the catalog description was changed and sets the new value.
gint gw_properties_box_catalog_description_check ( GtkWidget *w, GtkCTreeNode *node, struct catalog_file_info *catalog_info);
This function check if catalog description was changed and sets the new value.
Parameters
w | properties box |
node | node in tree of the catalog |
catalog_info | catalog file info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_disk_name_check
Checks if the disk name was changed and sets the new value.
gint gw_properties_box_disk_name_check ( GtkWidget *w, GtkCTreeNode *node, struct catalog_file_info *catalog_info, struct disk_info *disk_info);
This function check if disk name was changed and sets the new value.
Parameters
w | properties box |
node | node in tree of the disk |
catalog_info | catalog file info |
disk_info | disk info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_disk_num_archive_check
Checks if the disk number archive was changed and sets the new value.
gint gw_properties_box_disk_num_archive_check ( GtkWidget *w, GtkCTreeNode *node, struct catalog_file_info *catalog_info, struct disk_info *disk_info);
This function check if disk number archive was changed and sets the new value.
Parameters
w | properties box |
node | node in tree of the disk |
catalog_info | catalog file info |
disk_info | disk info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_disk_category_check
Checks if the disk category was changed and sets the new value.
gint gw_properties_box_disk_category_check ( GtkWidget *w, GtkCTreeNode *node, struct catalog_file_info *catalog_info, struct disk_info *disk_info);
This function check if disk category was changed and sets the new value.
Parameters
w | properties box |
node | node in tree of the disk |
catalog_info | catalog file info |
disk_info | disk info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_disk_description_check
Checks if the disk description was changed and sets the new value.
gint gw_properties_box_disk_description_check ( GtkWidget *w, GtkCTreeNode *node, struct catalog_file_info *catalog_info, struct disk_info *disk_info);
This function check if disk description was changed and sets the new value.
Parameters
w | properties box |
node | node in tree of the disk |
catalog_info | catalog file info |
disk_info | disk info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_folder_category_check
Checks if the folder category was changed and sets the new value.
gint gw_properties_box_folder_category_check ( GtkWidget *w, struct catalog_file_info *catalog_info, struct file_info *folder_info);
This function check if folder category was changed and sets the new value.
Parameters
w | properties box |
catalog_info | catalog file info |
file_info | folder info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_folder_description_check
Checks if the folder description was changed and sets the new value.
gint gw_properties_box_folder_description_check ( GtkWidget *w, struct catalog_file_info *catalog_info, struct file_info *folder_info);
This function check if folder description was changed and sets the new value.
Parameters
w | properties box |
catalog_info | catalog file info |
folder_info | folder info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_file_category_check
Checks if the file category was changed and sets the new value.
gint gw_properties_box_file_category_check ( GtkWidget *w, struct catalog_file_info *catalog_info, struct file_info *file_info);
This function check if file category was changed and sets the new value.
Parameters
w | properties box |
catalog_info | catalog file info |
file_info | file info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_properties_box_file_description_check
Checks if the file description was changed and sets the new value.
gint gw_properties_box_file_description_check ( GtkWidget *w, struct catalog_file_info *catalog_info, struct file_info *file_info);
This function check if file description was changed and sets the new value.
Parameters
w | properties box |
catalog_info | catalog file info |
file_info | file info |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
|