diff options
author | Werner Koch <[email protected]> | 2007-07-12 15:25:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-12 15:25:20 +0000 |
commit | 906da085cf6a15173b1ffdf698159d55fd0d67fe (patch) | |
tree | f1e5e25de81f139aa8592828d239e9f62d8abbd7 /doc/gpgme.texi | |
parent | 2007-07-10 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-906da085cf6a15173b1ffdf698159d55fd0d67fe.tar.gz gpgme-906da085cf6a15173b1ffdf698159d55fd0d67fe.zip |
Changes for W32
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 5c56046d..61db9cf8 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -572,7 +572,11 @@ can verify that the version number is higher than a certain required version number. In either case, the function initializes some sub-systems, and for this reason alone it must be invoked early in your program, before you make use of the other functions in -@acronym{GPGME}. +@acronym{GPGME}. + +As a side effect for W32 based systems, the socket layer will get +initialized. + If @var{required_version} is @code{NULL}, the function returns a pointer to a statically allocated string containing the version number |