From 0e9f8c47261e2084eac7b545edddca050bf28cfd Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 20 Apr 2023 15:52:54 +0200 Subject: [PATCH] describe dc_http_response_t, needed for doxygen's @memberof --- deltachat-ffi/deltachat.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index b18d62296..a08067b84 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -5070,6 +5070,15 @@ void dc_provider_unref (dc_provider_t* provider); */ dc_http_response_t* dc_get_http_response (const dc_context_t* context, const char* url); + +/** + * @class dc_http_response_t + * + * An object containing an HTTP(S) GET response. + * Created by dc_get_http_response(). + */ + + /** * Returns HTTP response MIME type as a string, e.g. "text/plain" or "text/html". *