Richard Eckart
#include "gui.h"
#include "nodes_common.h"
#include "gtk/statusbar.h"
#include "if/bridge/ui2c.h"
#include "if/core/nodes.h"
#include "if/core/sockets.h"
#include "if/gui_property_priv.h"
#include "lib/glib-missing.h"
#include "lib/misc.h"
#include "lib/walloc.h"
#include "lib/override.h"
Data Structures | |
struct | add_node_context |
Functions | |
RCSID ("$Id:nodes_common.c, v 1.21 2005/09/11 03:40:17 daichik Exp $") | |
const gchar * | nodes_gui_common_status_str (const gnet_node_status_t *n) |
Compute info string for node. | |
const gchar * | nodes_gui_common_flags_str (const gnet_node_flags_t *flags) |
Display a summary of the node flags. | |
void | add_node_helper (const host_addr_t *addr, gpointer data) |
void | nodes_gui_common_connect_by_name (const gchar *line) |
Try to connect to the node given by the addr string in the form [ip]:[port]. | |
Variables | |
gchar | gui_tmp [4096] |
|
|
|
Try to connect to the node given by the addr string in the form [ip]:[port]. Port may be omitted. |
|
Display a summary of the node flags. The stuff in the Flags column means:
|
|
Compute info string for node.
|
|
|
|
|