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)  

SocketInfo Struct Reference

#include <socket.h>

Public Attributes

gboolean ignore_socket
 
gchar * file_name
 
GIOChannel * read_ioc
 
gint lock_socket
 
guint lock_socket_tag
 

Detailed Description

Definition at line 34 of file socket.h.

Member Data Documentation

◆ file_name

gchar* SocketInfo::file_name

Definition at line 37 of file socket.h.

Referenced by parse_command_line_options().

◆ ignore_socket

gboolean SocketInfo::ignore_socket

Definition at line 36 of file socket.h.

Referenced by main_lib(), and parse_command_line_options().

◆ lock_socket

gint SocketInfo::lock_socket

Definition at line 39 of file socket.h.

Referenced by main_lib().

◆ lock_socket_tag

guint SocketInfo::lock_socket_tag

Definition at line 40 of file socket.h.

Referenced by main_lib().

◆ read_ioc

GIOChannel* SocketInfo::read_ioc

Definition at line 38 of file socket.h.

Referenced by main_lib().


The documentation for this struct was generated from the following file: