Revision 1853 trunk/client/gui/notify.c

notify.c (revision 1853)
24 24
#include 
25 25

                
26 26
static void
27
file_state_changed (NntpgrabGlue *obj, const char *collection_name, const char *subject, const char *real_filename, NGTaskState old_state, NGTaskState new_state, gpointer data)
27
file_state_changed (NntpgrabGlue *obj, const char *collection_name, const char *subject, const char *real_filename, NGTaskState old_state, NGTaskState new_state, guint64 file_size_remaining, guint64 total_size, guint64 total_size_remaining, gpointer data)
28 28
{
29 29
    char *msg;
30 30
    NotifyNotification *notification;

Also available in: Unified diff