geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

socket.h File Reference
#include <glib.h>
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SocketInfo
 

Macros

#define SOCKET_WINDOWS_REMOTE_CMD_PORT   45937
 

Functions

gint socket_init (gint argc, gchar **argv, gushort socket_port)
 
gboolean socket_lock_input_cb (GIOChannel *source, GIOCondition condition, gpointer data)
 
gint socket_finalize (void)
 

Variables

struct SocketInfo socket_info
 

Macro Definition Documentation

◆ SOCKET_WINDOWS_REMOTE_CMD_PORT

#define SOCKET_WINDOWS_REMOTE_CMD_PORT   45937

Definition at line 32 of file socket.h.

Function Documentation

◆ socket_finalize()

gint socket_finalize ( void  )

Referenced by do_main_quit(), and main_lib().

◆ socket_init()

gint socket_init ( gint  argc,
gchar **  argv,
gushort  socket_port 
)

Referenced by main_lib().

◆ socket_lock_input_cb()

gboolean socket_lock_input_cb ( GIOChannel *  source,
GIOCondition  condition,
gpointer  data 
)

Referenced by main_lib().

Variable Documentation

◆ socket_info

struct SocketInfo socket_info
extern