python bindings: core

* lang/python/src/core.py: added gpgme_data_set_flag to the errorcheck
  funtion.
This commit is contained in:
Ben McGinnes 2018-08-29 22:28:53 +10:00
parent 6078b53033
commit dcedddecb6

View File

@ -1396,6 +1396,7 @@ class Data(GpgmeWrapper):
'gpgme_data_release_and_get_mem',
'gpgme_data_get_encoding',
'gpgme_data_get_file_name',
'gpgme_data_set_flag',
'gpgme_data_identify',
}