Fix some more char* -> gchar*.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2023-07-27 12:38:30 +02:00
parent 8618203988
commit 5657aac33d
18 changed files with 96 additions and 120 deletions

View File

@@ -50,7 +50,7 @@ typedef struct delivery_receipt_t
typedef struct prof_buff_entry_t
{
// pointer because it could be a unicode symbol as well
char* show_char;
gchar* show_char;
int pad_indent;
GDateTime* time;
int flags;