Skip to content

Commit 0e9f8c4

Browse files
r10slink2xt
authored andcommitted
describe dc_http_response_t, needed for doxygen's @memberof
1 parent a8d4cbd commit 0e9f8c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deltachat-ffi/deltachat.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5070,6 +5070,15 @@ void dc_provider_unref (dc_provider_t* provider);
50705070
*/
50715071
dc_http_response_t* dc_get_http_response (const dc_context_t* context, const char* url);
50725072

5073+
5074+
/**
5075+
* @class dc_http_response_t
5076+
*
5077+
* An object containing an HTTP(S) GET response.
5078+
* Created by dc_get_http_response().
5079+
*/
5080+
5081+
50735082
/**
50745083
* Returns HTTP response MIME type as a string, e.g. "text/plain" or "text/html".
50755084
*

0 commit comments

Comments
 (0)