From 9d7093cb3375225ab04b851c4059cd39a29ca601 Mon Sep 17 00:00:00 2001 From: Ingo Klöcker Date: Tue, 21 Apr 2026 10:26:52 +0200 Subject: doc: Fix argument type of gpgme_set_sender -- --- doc/gpgme.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/gpgme.texi b/doc/gpgme.texi index d1c1a3f1..f9bcb7d6 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2604,7 +2604,7 @@ addresses is not supported. @deftypefun gpgme_error_t gpgme_set_sender @ (@w{gpgme_ctx_t @var{ctx}}, @ - @w{int @var{address}}) + @w{const char * @var{address}}) @since{1.8.0} -- cgit