36 |
|
|
37 |
/* export */ |
/* export */ |
38 |
gpgme_error_t exportToBuffer (const char *patt, char **outdata); |
gpgme_error_t exportToBuffer (const char *patt, char **outdata); |
39 |
|
|
40 |
gpgme_error_t exportToFile (const char *patt, const char *outfile); |
gpgme_error_t exportToFile (const char *patt, const char *outfile); |
41 |
|
gpgme_error_t exportToFile (const char *pattern[], const char *outfile); |
42 |
|
|
43 |
gpgme_error_t exportToClipboard (const char *patt); |
gpgme_error_t exportToClipboard (const char *patt); |
44 |
|
gpgme_error_t exportToClipboard (const char *pattern[]); |
45 |
|
|
46 |
/* import */ |
/* import */ |
47 |
gpgme_error_t importFromFile (const char *file); |
gpgme_error_t importFromFile (const char *file); |