Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

port__data Union Reference

#include <port.h>


Data Fields

struct {
   FILE *   input_connector
   FILE *   output_connector
file
struct {
   string_stack   waiting_packets
   string(*   filter )()
filter
struct {
   char *(*   output )()
output


Field Documentation

struct { ... } port__data::file
 

Referenced by create_port_from_files().

struct { ... } port__data::filter
 

string(* port__data::filter)()
 

Referenced by create_port_from_filter().

FILE* port__data::input_connector
 

Definition at line 20 of file port.h.

Referenced by create_port_from_files().

struct { ... } port__data::output
 

char*(* port__data::output)()
 

Referenced by create_port_from_output_proc().

FILE* port__data::output_connector
 

Definition at line 21 of file port.h.

Referenced by create_port_from_files().

string_stack port__data::waiting_packets
 

Definition at line 24 of file port.h.

Referenced by create_port_from_filter().


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

Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo
Source Perspective by Fisheye