#include "gui.h"
#include "if/core/nodes.h"
Go to the source code of this file.
Functions | |
void | nodes_gui_common_init (void) |
void | nodes_gui_common_shutdown (void) |
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 | nodes_gui_common_connect_by_name (const gchar *addr) |
Try to connect to the node given by the addr string in the form [ip]:[port]. |
|
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.
|