GReturn GCALL GInfo | ( | GCon | g, |
GCStringOut | info, | ||
GSize | info_len | ||
) |
Uses GUtility() and G_UTIL_INFO
to provide a useful connection string.
g | Connection's handle. |
info | Buffer to hold the output string. Buffer will be null terminated, even if the data must be truncated to do so. |
info_len | Length of buffer. |
See x_examples.cpp for an example.
Definition at line 24 of file gclibo.c.
References G_UTIL_INFO, and GUtility().