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 <socket.h>
Public Attributes | |
gboolean | ignore_socket |
gchar * | file_name |
GIOChannel * | read_ioc |
gint | lock_socket |
guint | lock_socket_tag |
gchar* SocketInfo::file_name |
Definition at line 37 of file socket.h.
Referenced by parse_command_line_options().
gboolean SocketInfo::ignore_socket |
Definition at line 36 of file socket.h.
Referenced by main_lib(), and parse_command_line_options().
gint SocketInfo::lock_socket |
Definition at line 39 of file socket.h.
Referenced by main_lib().
guint SocketInfo::lock_socket_tag |
Definition at line 40 of file socket.h.
Referenced by main_lib().
GIOChannel* SocketInfo::read_ioc |
Definition at line 38 of file socket.h.
Referenced by main_lib().