namespace KDE

Namespace for general KDE functions. More...

List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

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 $.