|
Functions |
| RCSID ("$Id:misc.c, v 1.25 2006/01/10 10:28:53 cbiere Exp $") |
void | gui_update_files_scanned (void) |
void | gui_allow_rescan_dir (gboolean flag) |
void | gui_general_timer (time_t now) |
| Update some general information displayed in the gui.
|
void | update_stat (guint32 *max, GtkProgressBar *pg, gnet_bw_stats_t *stats, gboolean avg_mode, gboolean inout) |
void | gnet_bw_stats_sum (gnet_bw_stats_t *dest, gnet_bw_stats_t *other) |
| Sum `dest' and `other', putting results in `dest'.
|
void | gui_update_traffic_stats (void) |
void | gui_update_stats_frames (void) |
gint | gui_record_name_eq (gconstpointer rec1, gconstpointer rec2) |
| Tells if two hit records have the same filename.
|
gint | gui_record_sha1_eq (gconstpointer rec1, gconstpointer rec2) |
| Tells if two hit records have the same SHA1.
|
gint | gui_record_host_eq (gconstpointer rec1, gconstpointer rec2) |
| Tells if two hit records come from the same host.
|
gint | gui_record_sha1_or_name_eq (gconstpointer rec1, gconstpointer rec2) |
| Tells if two hit records have the same SHA1 or the same name.
|
void | gui_fix_coords (guint32 *coord) |
| If the given coordinates are not reasonable, they're appriopriately adjusted.
|
void | gui_restore_window (GtkWidget *widget, property_t prop) |
void | gui_save_window (GtkWidget *widget, property_t prop) |
void | paned_save_position (GtkPaned *paned, property_t prop) |
void | paned_restore_position (GtkPaned *paned, property_t prop) |