[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/gpgme++
From:       Marc Mutz <mutz () kde ! org>
Date:       2010-11-29 13:43:31
Message-ID: 20101129134331.E9EF3AC8AB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1202039 by mutz:

gpgme++: add support for gpgme's gpgconf interface

 M  +2 -0      CMakeLists.txt  
 A             configuration.cpp   [License: LGPL (v2+)]
 A             configuration.h   [License: LGPL (v2+)]
 M  +9 -0      gpgmefw.h  


--- trunk/KDE/kdepimlibs/gpgme++/CMakeLists.txt #1202038:1202039
@@ -40,6 +40,7 @@
         scdgetinfoassuantransaction.cpp
         gpgagentgetinfoassuantransaction.cpp
         vfsmountresult.cpp
+        configuration.cpp
 )
 
 set( _gpgmepp_version 2.7.0 )
@@ -143,6 +144,7 @@
         defaultassuantransaction.h
         scdgetinfoassuantransaction.h
         gpgagentgetinfoassuantransaction.h
+        configuration.h
         gpgme++_export.h vfsmountresult.h
         DESTINATION ${INCLUDE_INSTALL_DIR}/gpgme++ COMPONENT Devel
    )
--- trunk/KDE/kdepimlibs/gpgme++/gpgmefw.h #1202038:1202039
@@ -58,4 +58,13 @@
 struct _gpgme_recipient;
 typedef struct _gpgme_recipient * gpgme_recipient_t;
 
+struct gpgme_conf_opt;
+typedef struct gpgme_conf_opt * gpgme_conf_opt_t;
+
+struct gpgme_conf_comp;
+typedef struct gpgme_conf_comp * gpgme_conf_comp_t;
+
+struct gpgme_conf_arg;
+typedef struct gpgme_conf_arg * gpgme_conf_arg_t;
+
 #endif // __GPGMEPP_GPGMEFW_H__
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic