libkdenetwork Library API Documentation

callbacks.h

00001 /* callbacks.h - callback targets for internal use:
00002    Copyright (C) 2003 Klarälvdalens Datakonsult AB
00003 
00004    This file is part of GPGME++.
00005 
00006    This is an internal header file, subject to change without
00007    notice. DO NOT USE.
00008  
00009    GPGME++ is free software; you can redistribute it and/or modify it
00010    under the terms of the GNU General Public License as published by
00011    the Free Software Foundation; either version 2 of the License, or
00012    (at your option) any later version.
00013  
00014    GPGME++ is distributed in the hope that it will be useful, but
00015    WITHOUT ANY WARRANTY; without even the implied warranty of
00016    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00017    General Public License for more details.
00018 
00019    You should have received a copy of the GNU General Public License
00020    along with GPGME++; if not, write to the Free Software Foundation,
00021    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.
00022 */
00023 
00024 #ifndef __GPGMEPP_CALLBACKS_H__
00025 #define __GPGMEPP_CALLBACKS_H__
00026 
00027 #include <gpgme.h>
00028 
00029 extern "C" {
00030 
00031   void progress_callback( void * opaque, const char * what,
00032               int type, int current, int total );
00033   gpgme_error_t passphrase_callback( void * opaque, const char * uid_hint,
00034                      const char * desc, int prev_was_bad, int fd );
00035 }
00036 
00037 extern gpgme_data_cbs data_provider_callbacks;
00038 
00039 #endif // __GPGME_CALLBACKS_H__
KDE Logo
This file is part of the documentation for libkdenetwork Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 4 14:39:08 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003