Revision 1853 trunk/client/gui_qt/QNNTPGrabGlue_p.h
| QNNTPGrabGlue_p.h (revision 1853) | ||
|---|---|---|
| 48 | 48 | 
                  static void fileAddedWrapper(NntpgrabGlue *glue, const char *collection_name, const char *subject, const char *poster, nguint64 stamp, nguint64 file_size, nguint64 total_size, nguint64 total_size_remaining, NGTaskState state, int num_parts, NGList *groups, void *data);  | 
              
| 49 | 49 | 
                  static void fileRemovedWrapper(NntpgrabGlue *glue, const char *collection_name, const char *subject, nguint64 total_size, nguint64 total_size_remaining, void *data);  | 
              
| 50 | 50 | 
                  static void fileDownloadStateUpdateWrapper(NntpgrabGlue *glue, const char *collection_name, const char *subject, int num_parts_total, int num_parts_done, int num_parts_failed, nguint64 file_size, nguint64 file_size_remaining, nguint64 total_size, nguint64 total_size_remaining, void *data);  | 
              
| 51 | 
                  static void fileStateChangedWrapper(NntpgrabGlue *glue, const char *collection_name, const char *subject, const char *real_filename, NGTaskState old_state, NGTaskState new_state, void *data);  | 
              |
| 51 | 
                  static void fileStateChangedWrapper(NntpgrabGlue *glue, const char *collection_name, const char *subject, const char *real_filename, NGTaskState old_state, NGTaskState new_state, nguint64 file_size_remaining, nguint64 total_file_size, nguint64 total_file_size_remaining, void *data);  | 
              |
| 52 | 52 | 
                  static void connectionConnectingWrapper(NntpgrabGlue *glue, const char *servername, int conn_id, void *data);  | 
              
| 53 | 53 | 
                  static void connectionConnectedWrapper(NntpgrabGlue *glue, const char *servername, int conn_id, const char *welcome_msg, void *data);  | 
              
| 54 | 54 | 
                  static void connectionDisconnectWrapper(NntpgrabGlue *glue, const char *servername, int conn_id, NNTPDisconnectType disconnect_type, const char *reason, void *data);  | 
              
Also available in: Unified diff
NNTPGrab

