#include "gui.h"
#include "uploads.h"
#include "uploads_common.h"
#include "search_common.h"
#include "if/gui_property.h"
#include "if/gnet_property.h"
#include "if/core/uploads.h"
#include "if/bridge/ui2c.h"
#include "lib/host_addr.h"
#include "lib/misc.h"
#include "lib/glib-missing.h"
#include "lib/tm.h"
#include "lib/override.h"
Defines | |
#define | IO_STALLED 60 /**< If nothing exchanged after that many secs */ |
If nothing exchanged after that many secs. | |
Functions | |
RCSID ("$Id:uploads_common.c, v 1.25 2005/12/11 13:52:51 rmanfredi Exp $") | |
void | uploads_gui_set_gnet_addr (gnet_upload_t u, host_addr_t addr, guint16 port) |
Invoked from the core when we discover the Gnutella address and port of the uploading party. | |
gfloat | uploads_gui_progress (const gnet_upload_status_t *u, const upload_row_data_t *data) |
const gchar * | uploads_gui_status_str (const gnet_upload_status_t *u, const upload_row_data_t *data) |
gboolean | upload_should_remove (time_t now, const upload_row_data_t *ul) |
const gchar * | uploads_gui_host_string (const gnet_upload_info_t *u) |
void | uploads_gui_browse_host (host_addr_t addr, guint16 port) |
Initiate a browse host of the uploading host. |
|
If nothing exchanged after that many secs.
|
|
|
|
|
|
Initiate a browse host of the uploading host.
|
|
|
|
|
|
Invoked from the core when we discover the Gnutella address and port of the uploading party.
|
|
|