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
![]() ![]() |
#include <glib.h>
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 |
gint socket_finalize | ( | void | ) |
Referenced by do_main_quit(), and main_lib().
gint socket_init | ( | gint | argc, |
gchar ** | argv, | ||
gushort | socket_port | ||
) |
Referenced by main_lib().
gboolean socket_lock_input_cb | ( | GIOChannel * | source, |
GIOCondition | condition, | ||
gpointer | data | ||
) |
Referenced by main_lib().
|
extern |
Referenced by main_lib(), and parse_command_line_options().