namespace KDE
|
Namespace for general KDE functions. More... |
|
|
Public Methods
- unsigned int versionMajor ()
- unsigned int versionMinor ()
- unsigned int versionRelease ()
- const char * versionString ()
- extern int getaddrinfo (const char *name, const char *service,
const struct addrinfo* hint,
struct addrinfo** result)
- extern void freeaddrinfo (struct addrinfo* ai)
- extern char * gai_strerror (int errorcode)
- extern int getnameinfo (const struct sockaddr *sa,
unsigned int salen,
char *host, size_t hostlen,
char *serv, size_t servlen,
int flags)
- extern int inet_pton (int af, const char *cp, void* buf)
- extern const char* inet_ntop (int af, const void *cp, char *buf, size_t len)
Public Members
Namespace for general KDE functions.
unsigned int versionMajor ()
| versionMajor |
Returns the major number of KDE's version, e.g.
3 for KDE 3.1.2.
Returns: the major version number
unsigned int versionMinor ()
| versionMinor |
Returns the minor number of KDE's version, e.g.
1 for KDE 3.1.2.
Returns: the minor version number
unsigned int versionRelease ()
| versionRelease |
Returns the release of KDE's version, e.g.
2 for KDE 3.1.2.
Returns: the release number
const char * versionString ()
| versionString |
Returns the KDE version as string, e.g. "3.1.2".
Returns: the KDE version. You can keep the string forever
extern int getaddrinfo (const char *name, const char *service,
const struct addrinfo* hint,
struct addrinfo** result)
| getaddrinfo |
extern void freeaddrinfo (struct addrinfo* ai)
| freeaddrinfo |
extern char * gai_strerror (int errorcode)
| gai_strerror |
extern int getnameinfo (const struct sockaddr *sa,
unsigned int salen,
char *host, size_t hostlen,
char *serv, size_t servlen,
int flags)
| getnameinfo |
extern int inet_pton (int af, const char *cp, void* buf)
| inet_pton |
extern const char* inet_ntop (int af, const void *cp, char *buf, size_t len)
| inet_ntop |
Generated by: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $. |