diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/gpgme.texi | 4 | 
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 607a9a4a..38e53a68 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2008-03-05  Marcus Brinkmann  <[email protected]> + +	* gpgme.texi (Library Version Check): Rename snippet function to +	init_gpgme. +	(I/O Callback Example): Call it here. +  2008-01-28  Marcus Brinkmann  <[email protected]>  	* gpgme.texi: Document that data encoding affects some output data diff --git a/doc/gpgme.texi b/doc/gpgme.texi index b62cfc82..d854f98c 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -608,7 +608,7 @@ pinentry.  Here is an example of a complete initialization:  #include <gpgme.h>  void -init_program (void) +init_gpgme (void)  @{    /* Initialize the locale environment.  */    setlocale (LC_ALL, ""); @@ -5222,6 +5222,8 @@ main (int argc, char *argv[])      &result    @}; +  init_gpgme (void); +    /* Initialize the loop structure.  */    loop.lock = PTHREAD_MUTEX_INITIALIZER;    for (i = 0; i < MAX_FDS; i++)  | 
