jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
111 stars 36 forks source link

Adding a GNotifyDestroy to parser options callback. #145

Closed dagle closed 1 year ago

dagle commented 1 year ago

This makes g_mime_parser_options_set_warning_callback introspectable. For C code currently using this function, adding NULL as the last parameter will enable same semantics as the old code.