Skip to content

Commit

Permalink
describe dc_http_response_t, needed for doxygen's @memberof
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s authored and link2xt committed Apr 20, 2023
1 parent a8d4cbd commit 0e9f8c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deltachat-ffi/deltachat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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".
*
Expand Down

0 comments on commit 0e9f8c4

Please sign in to comment.