diff options
Diffstat (limited to 'lang/cpp/src/data.h')
-rw-r--r-- | lang/cpp/src/data.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/cpp/src/data.h b/lang/cpp/src/data.h index 9a5d5b0c..ea394804 100644 --- a/lang/cpp/src/data.h +++ b/lang/cpp/src/data.h @@ -122,6 +122,9 @@ public: /** Return a copy of the data as std::string. Sets seek pos to 0 */ std::string toString(); + /** See gpgme_data_set_flag */ + Error setFlag(const char *name, const char *value); + class Private; Private *impl() { |