add DC_EVENT_DELETED_BLOB_FILE

This commit is contained in:
holger krekel
2019-10-03 16:16:17 +02:00
parent 467c09f491
commit 603761e4b7
6 changed files with 27 additions and 2 deletions

View File

@@ -60,6 +60,12 @@ pub enum Event {
#[strum(props(id = "150"))]
NewBlobFile(String),
/// Emitted when an new file in the $BLOBDIR was created
///
/// @return 0
#[strum(props(id = "151"))]
DeletedBlobFile(String),
/// The library-user should write a warning string to the log.
/// Passed to the callback given to dc_context_new().
///